diff options
Diffstat (limited to 'pillar/openbook')
| -rw-r--r-- | pillar/openbook/ansible.sls | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pillar/openbook/ansible.sls b/pillar/openbook/ansible.sls index 4769452..01fee63 100644 --- a/pillar/openbook/ansible.sls +++ b/pillar/openbook/ansible.sls @@ -39,6 +39,12 @@ ansible: mode: "0644" relative_to_buildroot: True is_template: False + playbooks_stop_start_openbook_yaml: + name: playbooks/stop_start_openbook.yaml + source: stop_start_openbook.yaml + mode: "0644" + relative_to_buildroot: True + is_template: False playbooks_salt_yaml: name: playbooks/salt.yaml source: salt.yaml @@ -237,6 +243,12 @@ ansible: mode: "0644" relative_to_buildroot: True is_template: False + openbook_stop_start_yaml: + name: openbook_stop_start.yaml + source: openbook_stop_start.yaml + mode: "0644" + relative_to_buildroot: True + is_template: False find_next_tag_sh: name: /var/lib/jenkins/find_next_tag.sh source: find_next_tag.sh |
