Add common scripts to koschei cloud so it can properly restart httpd and fedmsg
This commit is contained in:
parent
06d2517c67
commit
2419f176e3
1 changed files with 9 additions and 0 deletions
|
@ -35,6 +35,15 @@
|
||||||
- koschei
|
- koschei
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
|
||||||
|
- name: Install common scripts
|
||||||
|
copy: src={{ item }} dest=/usr/local/bin/ owner=root group=root mode=0755
|
||||||
|
with_fileglob:
|
||||||
|
- "{{ roles }}/base/files/common-scripts/*"
|
||||||
|
tags:
|
||||||
|
- config
|
||||||
|
- base
|
||||||
|
|
||||||
- include: "{{ tasks }}/growroot_cloud.yml"
|
- include: "{{ tasks }}/growroot_cloud.yml"
|
||||||
- include: "{{ tasks }}/cloud_setup_basic.yml"
|
- include: "{{ tasks }}/cloud_setup_basic.yml"
|
||||||
- include: "{{ tasks }}/postfix_basic.yml"
|
- include: "{{ tasks }}/postfix_basic.yml"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue