From 24ecad6365c67fb18defc83232bf696071020239 Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Fri, 6 Nov 2015 23:39:43 +0000 Subject: [PATCH] using proper syntax for hosts probably helps --- 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 a245681967..6dccb94ecb 100644 --- a/playbooks/groups/openqa.yml +++ b/playbooks/groups/openqa.yml @@ -3,10 +3,10 @@ # NOTE: make sure there is room/space for this server on the vmhost # NOTE: most of these vars_path come from group_vars/mirrorlist or from hostvars -- include: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=openqa01.qa.fedoraproject.org,openqa-stg01.qa.fedoraproject.org" +- include: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=openqa:openqa-stg" - name: make the box be real - hosts: openqa01.qa.fedoraproject.org, openqa-stg01.qa.fedoraproject.org + hosts: openqa:openqa-stg user: root gather_facts: True @@ -36,7 +36,7 @@ - include: "{{ handlers }}/restart_services.yml" #- name: configure openqa -# hosts: openqa01.qa.fedoraproject.org, openqa-stg01.qa.fedoraproject.org +# hosts: openqa:openqa-stg # user: root # gather_facts: True #