From 558efd26d8b592f225fb50ef51ea3e6ae14c5fb6 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 30 May 2020 11:22:40 -0700 Subject: [PATCH] iad2: just drop openqa_iad2 group until we need it Signed-off-by: Kevin Fenzi --- playbooks/groups/openqa.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/playbooks/groups/openqa.yml b/playbooks/groups/openqa.yml index 6f9a7fc4cd..c504485a72 100644 --- a/playbooks/groups/openqa.yml +++ b/playbooks/groups/openqa.yml @@ -1,7 +1,7 @@ -- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=openqa:openqa_stg:openqa_iad2" +- import_playbook: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=openqa:openqa_stg" - name: setup base openQA host - hosts: openqa:openqa_stg:openqa_iad2 + hosts: openqa:openqa_stg user: root gather_facts: True @@ -33,7 +33,7 @@ - import_tasks: "{{ handlers_path }}/restart_services.yml" - name: configure fedora-messaging queues on openQA servers - hosts: openqa:openqa_stg:openqa_iad2 + hosts: openqa:openqa_stg user: root gather_facts: True