changing hosts syntax in playbook so it'll hopefully match

This commit is contained in:
Tim Flink 2015-11-06 23:33:13 +00:00
parent 6bce843a11
commit 4c39bb7bfa

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=openqa,openqa-stg" - include: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=openqa01.qa.fedoraproject.org,openqa-stg01.qa.fedoraproject.org"
- name: make the box be real - name: make the box be real
hosts: openqa, openqa-stg hosts: openqa01.qa.fedoraproject.org, openqa-stg01.qa.fedoraproject.org
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: openqa, openqa-stg # hosts: openqa01.qa.fedoraproject.org, openqa-stg01.qa.fedoraproject.org
# user: root # user: root
# gather_facts: True # gather_facts: True
# #