missed some hosts in qa playbook
This commit is contained in:
parent
54180128b3
commit
6250c16625
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue