Call the pdc group instead of just the pdc-devnode
This commit is contained in:
parent
20ba055050
commit
b998ff4897
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue