summaryrefslogtreecommitdiff
path: root/pillar/openbook
diff options
context:
space:
mode:
authorCarlos Konstanski <ckonstanski@pippiandcarlos.com>2017-10-25 07:10:08 -0600
committerCarlos Konstanski <ckonstanski@pippiandcarlos.com>2017-10-25 07:10:08 -0600
commitb49b88569f39a53de8cd113dd1dc82c1efedbbf7 (patch)
tree1779d3017e4f38506ef4f85e31f09fa48c031a14 /pillar/openbook
parent23398f1d0bbe2e8e9d98fef504387e791fe09fe6 (diff)
ansible inventory: copies of script rather than symlinks
Diffstat (limited to 'pillar/openbook')
-rw-r--r--pillar/openbook/ansible.sls39
1 files changed, 20 insertions, 19 deletions
diff --git a/pillar/openbook/ansible.sls b/pillar/openbook/ansible.sls
index 1f48978..4769452 100644
--- a/pillar/openbook/ansible.sls
+++ b/pillar/openbook/ansible.sls
@@ -189,8 +189,26 @@ ansible:
mode: "0644"
relative_to_buildroot: True
is_template: False
- inventory_json_rb:
- name: inventory_json.rb
+ inventory_json__unstable_rb:
+ name: inventory_json_unstable.rb
+ source: inventory_json.rb
+ mode: "0755"
+ relative_to_buildroot: True
+ is_template: False
+ inventory_json__develop_rb:
+ name: inventory_json_develop.rb
+ source: inventory_json.rb
+ mode: "0755"
+ relative_to_buildroot: True
+ is_template: False
+ inventory_json__stage_rb:
+ name: inventory_json_stage.rb
+ source: inventory_json.rb
+ mode: "0755"
+ relative_to_buildroot: True
+ is_template: False
+ inventory_json__master_rb:
+ name: inventory_json_master.rb
source: inventory_json.rb
mode: "0755"
relative_to_buildroot: True
@@ -225,20 +243,3 @@ ansible:
mode: "0755"
relative_to_buildroot: False
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