Simplify the pdc playbook
This commit is contained in:
parent
07f87858e5
commit
2c83a998d3
1 changed files with 3 additions and 10 deletions
|
@ -28,15 +28,8 @@
|
||||||
tasks:
|
tasks:
|
||||||
- include: "{{ tasks }}/mod_wsgi.yml"
|
- include: "{{ tasks }}/mod_wsgi.yml"
|
||||||
|
|
||||||
- name: Install and configure pdc from copr
|
|
||||||
hosts: pdc
|
|
||||||
gather_facts: True
|
|
||||||
vars_files:
|
|
||||||
- /srv/web/infra/ansible/vars/global.yml
|
|
||||||
- "/srv/private/ansible/vars.yml"
|
|
||||||
- /srv/web/infra/ansible/vars/{{ ansible_distribution }}.yml
|
|
||||||
handlers:
|
|
||||||
- include: "{{ handlers }}/restart_services.yml"
|
|
||||||
|
|
||||||
roles:
|
roles:
|
||||||
- pdc
|
- pdc
|
||||||
|
|
||||||
|
handlers:
|
||||||
|
- include: "{{ handlers }}/restart_services.yml"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue