55303f4bb8
Decoupled several things from bootstrap roles into subroles and added several default and group variables
9 lines
235 B
YAML
9 lines
235 B
YAML
---
|
|
# 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
|