diff options
| author | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-09-27 15:21:33 -0600 |
|---|---|---|
| committer | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-09-27 15:21:33 -0600 |
| commit | 9dd4ed15832a0aa8dcb511e56fc097dfa0c1fdeb (patch) | |
| tree | fbfe9fc3027e0d6dc845bfdd42e3139adc9facdd /pillar/openbook/ansible.sls | |
| parent | 698926e352294bd167cfe158a71689c8606bce7b (diff) | |
adding ansible installation to openbook docker slave
Diffstat (limited to 'pillar/openbook/ansible.sls')
| -rw-r--r-- | pillar/openbook/ansible.sls | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/pillar/openbook/ansible.sls b/pillar/openbook/ansible.sls index 93346bf..949f764 100644 --- a/pillar/openbook/ansible.sls +++ b/pillar/openbook/ansible.sls @@ -76,6 +76,11 @@ ansible: source: jenkins_user.yaml mode: "0644" is_template: False + playbooks_ansible_yaml: + name: playbooks/ansible.yaml + source: ansible.yaml + mode: "0644" + is_template: False playbooks_openbook_yaml: name: playbooks/openbook.yaml source: openbook.yaml @@ -96,6 +101,11 @@ ansible: source: mariadb.list mode: "0644" is_template: False + ansible_cfg: + name: files/ansible.cfg + source: ansible.cfg + mode: "0644" + is_template: False salt_master: name: files/master source: salt_master |
