Move this from using a target to a regular hostlist. Add hosts we have moved to ansible.

This commit is contained in:
Kevin Fenzi 2013-10-14 20:06:00 +00:00
parent fa09b80aee
commit 172f73275f

View file

@ -3,7 +3,7 @@
# NOTE: most of these vars come from group_vars/backup_server or from hostvars
- name: make virthost server system
hosts: $target
hosts: virthost15.phx2.fedoraproject.org:bvirthost07.phx2.fedoraproject.org
user: root
accelerate: True
gather_facts: True
@ -30,7 +30,5 @@
- include: $tasks/collectd/client.yml
- include: $tasks/virthost.yml
# TODO: add iscsi task
handlers:
- include: $handlers/restart_services.yml