--- - hosts: "localhost:!disabled" connection: local gather_facts: false tasks: - git: repo: https://git.openstack.org/openstack-infra/system-config dest: /opt/system-config/production force: yes - shell: ./install_modules.sh args: chdir: /opt/system-config/production - shell: ansible-galaxy install --force -r roles.yaml args: chdir: /opt/system-config/production - hosts: '!puppetmaster.openstack.org:!disabled' gather_facts: false tasks: - synchronize: src: /opt/system-config/production dest: /opt/system-config - synchronize: src: /etc/puppet/modules dest: /etc/puppet - file: path: /etc/puppet/hieradata state: directory mode: 0700 owner: root group: root - file: src: /etc/puppet/hieradata dest: /opt/system-config/hieradata state: link