From 6250c166256c6234da4dca2f93dfe42ffeac13d7 Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Thu, 15 Dec 2016 18:25:57 +0000 Subject: [PATCH] missed some hosts in qa playbook --- playbooks/groups/qa.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/playbooks/groups/qa.yml b/playbooks/groups/qa.yml index c6cb4f4639..b4df3a3b23 100644 --- a/playbooks/groups/qa.yml +++ b/playbooks/groups/qa.yml @@ -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