2015-11-24 16:23:06 -05:00
|
|
|
---
|
2015-11-28 14:58:20 -05:00
|
|
|
- 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
|