summaryrefslogtreecommitdiff
path: root/pillar
diff options
context:
space:
mode:
Diffstat (limited to 'pillar')
-rw-r--r--pillar/openbook/ansible.sls23
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