missed some hosts in qa playbook

This commit is contained in:
Tim Flink 2016-12-15 18:25:57 +00:00
parent 54180128b3
commit 6250c16625

View file

@ -6,7 +6,7 @@
- include: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=qa-prod:qa-stg"
- name: make the box be real
hosts: qa:qa-stg
hosts: qa-prod:qa-stg
user: root
gather_facts: True
@ -37,7 +37,7 @@
- include: "{{ handlers }}/restart_services.yml"
- name: configure phabricator
hosts: qa:qa-stg
hosts: qa-prod:qa-stg
user: root
gather_facts: True
@ -55,8 +55,8 @@
- include: "{{ handlers }}/restart_services.yml"
- name: configure qa stg buildbot CI
hosts: qa-stg
- name: configure qa uildbot CI
hosts: qa-prod:qa-stg
user: root
gather_facts: True
@ -75,7 +75,7 @@
- include: "{{ handlers }}/restart_services.yml"
- name: configure static sites for qa-stg
hosts: qa-stg
hosts: qa-prod:qa-stg
user: root
gather_facts: True