Revert "Refactored install_puppet.sh into common playbook"
This reverts commit 178a5476ae8b319cde1c24c684daf820a278c129.
This commit is contained in:
parent
1d26c85620
commit
900226184f
@ -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
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user