From 92062a057d59193fba75ae4e3665bac6a2a6cda8 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Fri, 22 Apr 2016 13:05:05 +0000 Subject: [PATCH] Revert "pb: koji-hub: use koji group rather than explicit host list" wrong user, minor issue This reverts commit f6a41e1c8e7d9ce17b6d1cabdbe3268544a44194. --- playbooks/groups/koji-hub.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/groups/koji-hub.yml b/playbooks/groups/koji-hub.yml index 1d7efb381b..227bd26f3b 100644 --- a/playbooks/groups/koji-hub.yml +++ b/playbooks/groups/koji-hub.yml @@ -2,12 +2,12 @@ # NOTE: should be used with --limit most of the time # NOTE: most of these vars_path come from group_vars/koji-hub or from hostvars -- include: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=koji-stg:koji +- include: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=koji-stg:koji01.phx2.fedoraproject.org:koji02.phx2.fedoraproject.org:s390-koji01.qa.fedoraproject.org:arm-koji01.qa.fedoraproject.org" # Once the instance exists, configure it. - name: make koji_hub server system - hosts: koji-stg:koji + hosts: koji-stg:koji01.phx2.fedoraproject.org:koji02.phx2.fedoraproject.org:s390-koji01.qa.fedoraproject.org:arm-koji01.qa.fedoraproject.org user: root gather_facts: True