Revert "Refactored install_puppet.sh into common playbook"

This reverts commit 178a5476ae.
This commit is contained in:
Ricardo Carrillo Cruz 2015-04-13 16:56:35 +02:00
parent 1d26c85620
commit 900226184f
2 changed files with 4 additions and 12 deletions

View File

@ -1,4 +1,8 @@
---
# 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

View File

@ -4,15 +4,3 @@
# Install git
- apt: name=git
# Clone system-config
- git: repo="{{ system_config_repo_https_url }}"
dest=/opt/system-config/production
accept_hostkey=True
version="{{ system_config_branch }}"
force=True
tags: clone_system_config
# Install puppet
- command: bash /opt/system-config/production/install_puppet.sh
tags: install_puppet