diff options
| -rw-r--r-- | pillar/openbook/ansible.sls | 5 | ||||
| -rw-r--r--[-rwxr-xr-x] | salt/openbook/ansible/files/deploy-dev-env.sh (renamed from deploy-dev-env.sh) | 0 |
2 files changed, 5 insertions, 0 deletions
diff --git a/pillar/openbook/ansible.sls b/pillar/openbook/ansible.sls index 949f764..dbff27a 100644 --- a/pillar/openbook/ansible.sls +++ b/pillar/openbook/ansible.sls @@ -156,6 +156,11 @@ ansible: source: inventory_json.rb mode: "0755" is_template: False + deploy_dev_env_sh: + name: deploy-dev-env.sh + source: deploy-dev-env.sh + mode: "0755" + is_template: False openbook_installer_yaml: name: openbook_installer.yaml source: openbook_installer.yaml diff --git a/deploy-dev-env.sh b/salt/openbook/ansible/files/deploy-dev-env.sh index af5b87e..af5b87e 100755..100644 --- a/deploy-dev-env.sh +++ b/salt/openbook/ansible/files/deploy-dev-env.sh |
