2018-06-04 23:55:11 +02:00
|
|
|
- hosts: 'puppet4'
|
2018-09-07 10:51:56 -07:00
|
|
|
name: "Puppet-version: install puppet-4 on puppet-4 hosts"
|
2018-06-04 23:55:11 +02:00
|
|
|
gather_facts: false
|
|
|
|
tasks:
|
|
|
|
- git:
|
|
|
|
repo: https://git.openstack.org/openstack-infra/system-config
|
2018-08-16 18:56:30 -05:00
|
|
|
dest: /opt/system-config
|
2018-06-04 23:55:11 +02:00
|
|
|
force: yes
|
|
|
|
- shell: ./install_puppet.sh
|
|
|
|
args:
|
2018-08-16 18:56:30 -05:00
|
|
|
chdir: /opt/system-config
|
2018-06-04 23:55:11 +02:00
|
|
|
environment:
|
|
|
|
PUPPET_VERSION: 4
|