Copy/pasta fix.

This commit is contained in:
Ralph Bean 2016-01-12 11:32:07 -05:00
parent d64d0077a3
commit 799738a45b

View file

@ -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: