diff options
| author | ckonstanski <ckonstanski@pippiandcarlos.com> | 2017-10-24 18:27:27 -0600 |
|---|---|---|
| committer | ckonstanski <ckonstanski@pippiandcarlos.com> | 2017-10-24 18:27:27 -0600 |
| commit | 0493747f5d1b30008b4170b3d48080abfa224700 (patch) | |
| tree | 4ee87ddb639f30a47e95861409a1b9d71d183e07 /pillar | |
| parent | dd48453e079d5c93f7cf0af59843bd7d4180e186 (diff) | |
make it work for all 4 git branches
Diffstat (limited to 'pillar')
| -rw-r--r-- | pillar/openbook/ansible.sls | 23 |
1 files changed, 20 insertions, 3 deletions
diff --git a/pillar/openbook/ansible.sls b/pillar/openbook/ansible.sls index a6495a1..6d7285b 100644 --- a/pillar/openbook/ansible.sls +++ b/pillar/openbook/ansible.sls @@ -166,9 +166,9 @@ ansible: source: inventory_json.rb mode: "0755" is_template: False - deploy_dev_env_sh: - name: deploy-dev-env.sh - source: deploy-dev-env.sh + deploy_branch_sh: + name: deploy-branch.sh + source: deploy-branch.sh mode: "0755" is_template: False openbook_installer_yaml: @@ -191,3 +191,20 @@ ansible: source: find_next_tag.sh mode: "0755" is_template: False + symlinks: + inventory_json_unstable_rb: + name: inventory_json_unstable.rb + target: inventory_json.rb + relative_to_buildroot: True + inventory_json_develop_rb: + name: inventory_json_develop.rb + target: inventory_json.rb + relative_to_buildroot: True + inventory_json_stage_rb: + name: inventory_json_stage.rb + target: inventory_json.rb + relative_to_buildroot: True + inventory_json_master_rb: + name: inventory_json_master.rb + target: inventory_json.rb + relative_to_buildroot: True |
