using proper syntax for hosts probably helps

This commit is contained in:
Tim Flink 2015-11-06 23:39:43 +00:00
parent 4c39bb7bfa
commit 24ecad6365

View file

@ -3,10 +3,10 @@
# NOTE: make sure there is room/space for this server on the vmhost # 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 # 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 - name: make the box be real
hosts: openqa01.qa.fedoraproject.org, openqa-stg01.qa.fedoraproject.org hosts: openqa:openqa-stg
user: root user: root
gather_facts: True gather_facts: True
@ -36,7 +36,7 @@
- include: "{{ handlers }}/restart_services.yml" - include: "{{ handlers }}/restart_services.yml"
#- name: configure openqa #- name: configure openqa
# hosts: openqa01.qa.fedoraproject.org, openqa-stg01.qa.fedoraproject.org # hosts: openqa:openqa-stg
# user: root # user: root
# gather_facts: True # gather_facts: True
# #