From b9116713b3f3234a6e56bb55f59df3e63d5aed1b Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Wed, 10 Jun 2020 16:20:52 -0400 Subject: [PATCH] Use all three host groups on each resultsdb play --- playbooks/groups/resultsdb.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/playbooks/groups/resultsdb.yml b/playbooks/groups/resultsdb.yml index 2f0ba6f80a..3d352978b5 100644 --- a/playbooks/groups/resultsdb.yml +++ b/playbooks/groups/resultsdb.yml @@ -6,7 +6,7 @@ - import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=resultsdb_dev:resultsdb_stg:resultsdb_prod" - name: make the box be real - hosts: resultsdb_stg:resultsdb_prod + hosts: resultsdb_stg:resultsdb_prod:resultsdb_iad_prod user: root gather_facts: True @@ -78,7 +78,7 @@ - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: configure resultsdb production - hosts: resultsdb_stg:resultsdb_prod + hosts: resultsdb_stg:resultsdb_prod:resultsdb_iad_prod user: root gather_facts: True @@ -96,7 +96,7 @@ - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: Install ci-resultsdb-listener - hosts: resultsdb_stg:resultsdb_prod + hosts: resultsdb_stg:resultsdb_prod:resultsdb_iad_prod user: root gather_facts: True