Copy/pasta fix.
This commit is contained in:
parent
d64d0077a3
commit
799738a45b
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
||||||
- include: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=pdc-web:pdc-web-stg:pdc-backend:pdc-backend-stg"
|
- include: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=pdc-web:pdc-web-stg:pdc-backend:pdc-backend-stg"
|
||||||
|
|
||||||
- name: dole out the generic configuration
|
- name: dole out the generic configuration
|
||||||
hosts: notifs-web:notifs-web-stg:notifs-backend:notifs-backend-stg
|
hosts: pdc-web:pdc-web-stg:pdc-backend:pdc-backend-stg
|
||||||
user: root
|
user: root
|
||||||
gather_facts: True
|
gather_facts: True
|
||||||
vars_files:
|
vars_files:
|
||||||
|
@ -29,7 +29,7 @@
|
||||||
- include: "{{ tasks }}/motd.yml"
|
- include: "{{ tasks }}/motd.yml"
|
||||||
|
|
||||||
- name: stuff for the web nodes
|
- name: stuff for the web nodes
|
||||||
hosts: notifs-web;notifs-web-stg
|
hosts: pdc-web;pdc-web-stg
|
||||||
user: root
|
user: root
|
||||||
gather_facts: True
|
gather_facts: True
|
||||||
vars_files:
|
vars_files:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue