You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
319 B
15 lines
319 B
- name: Install puppet3
|
|
hosts: puppet3
|
|
roles:
|
|
- role: puppet-install
|
|
puppet_install_version: 3
|
|
|
|
- name: Install puppet4
|
|
hosts: puppet4
|
|
roles:
|
|
- role: puppet-install
|
|
puppet_install_version: 4
|
|
|
|
# NOTE(ianw) 2020-06 : we have moved away from puppet which is why we
|
|
# don't test anything later.
|