From 9dd4ed15832a0aa8dcb511e56fc097dfa0c1fdeb Mon Sep 17 00:00:00 2001 From: Carlos Konstanski Date: Wed, 27 Sep 2017 15:21:33 -0600 Subject: adding ansible installation to openbook docker slave --- pillar/openbook/ansible.sls | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'pillar/openbook/ansible.sls') 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 -- cgit v1.3