diff options
| author | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2018-03-06 08:52:11 -0700 |
|---|---|---|
| committer | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2018-03-06 08:52:11 -0700 |
| commit | a1c77b6cd8ae89cd8acc35fa87aeb48a0a4acdde (patch) | |
| tree | 3c3b6986e331da2f7234956285bf05647dff80e6 /pillar | |
| parent | 62a3744aaa72d73543cc90ed03ad274a90672b17 (diff) | |
Add support for running ansible build on local dev host
Issue: IS-73
Diffstat (limited to 'pillar')
| -rw-r--r-- | pillar/openbook/ansible.sls | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pillar/openbook/ansible.sls b/pillar/openbook/ansible.sls index b801784..d099bd9 100644 --- a/pillar/openbook/ansible.sls +++ b/pillar/openbook/ansible.sls @@ -201,6 +201,12 @@ ansible: mode: "0644" relative_to_buildroot: True is_template: False + inventory_json_local_rb: + name: inventory_json_local.rb + source: inventory_json.rb + mode: "0755" + relative_to_buildroot: True + is_template: False inventory_json_unstable_rb: name: inventory_json_unstable.rb source: inventory_json.rb |
