Call the pdc group instead of just the pdc-devnode

This commit is contained in:
Pierre-Yves Chibon 2015-09-29 17:13:04 +02:00
parent 20ba055050
commit b998ff4897

View file

@ -1,5 +1,5 @@
- name: Set up basics for our dev node.
hosts: pdc-devnode
- name: Set up basics for our pdc node.
hosts: pdc
gather_facts: True
vars_files:
- /srv/web/infra/ansible/vars/global.yml
@ -16,7 +16,7 @@
- include: "{{ tasks }}/mod_wsgi.yml"
- name: Install and configure pdc from copr
hosts: pdc-devnode
hosts: pdc
gather_facts: True
vars_files:
- /srv/web/infra/ansible/vars/global.yml