Ricardo Carrillo Cruz 29cb43537e Change git location to /opt/system-config/production
This is to match documentation and the upstream scripts that expect
system-config to be on /opt/system-config/production
2015-03-29 10:25:35 +02:00

20 lines
466 B
YAML

---
# Update packages
- apt: update_cache=yes
# Install git
- apt: name=git
# Clone system-config
- git: repo=https://git.openstack.org/openstack-infra/system-config
dest=/opt/system-config/production
tags: clone_system_config
# Install puppet
- command: bash /opt/system-config/production/install_puppet.sh
tags: install_puppet
# Install puppet modules
- command: bash /opt/system-config/production/install_modules.sh
tags: install_puppet_modules