From d73101ddde5b9aa2ed5235e9350dd7d152bf26a5 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 2 Oct 2020 12:05:19 -0700 Subject: [PATCH] resultsdb: we don't have a _iad2_prod group anymore. Signed-off-by: Kevin Fenzi --- 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 01700494dc..a229a26dc7 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:resultsdb_iad_prod + hosts: resultsdb_stg:resultsdb_prod user: root gather_facts: True @@ -82,7 +82,7 @@ - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: configure resultsdb production - hosts: resultsdb_stg:resultsdb_prod:resultsdb_iad_prod + hosts: resultsdb_stg:resultsdb_prod user: root gather_facts: True @@ -100,7 +100,7 @@ - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: Install ci-resultsdb-listener - hosts: resultsdb_stg:resultsdb_prod:resultsdb_iad_prod + hosts: resultsdb_stg:resultsdb_prod user: root gather_facts: True