Need mod_wsgi too.
This commit is contained in:
parent
0c1273c623
commit
0079206268
1 changed files with 16 additions and 3 deletions
|
@ -1,16 +1,29 @@
|
|||
- name: Install and configure pdc from copr
|
||||
- name: Set up basics for our dev node.
|
||||
hosts: pdc-devnode
|
||||
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:
|
||||
- base
|
||||
- apache
|
||||
- pdc
|
||||
|
||||
tasks:
|
||||
- include: "{{ tasks }}/mod_wsgi.yml"
|
||||
|
||||
- name: Install and configure pdc from copr
|
||||
hosts: pdc-devnode
|
||||
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:
|
||||
- pdc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue