mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-03 11:12:50 +08:00
missed some hosts in qa playbook
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user