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