From 172f73275f4272ee3f9dcd690bb1b74eebe716ae Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 14 Oct 2013 20:06:00 +0000 Subject: [PATCH] Move this from using a target to a regular hostlist. Add hosts we have moved to ansible. --- playbooks/groups/virthost.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/playbooks/groups/virthost.yml b/playbooks/groups/virthost.yml index b439656b5d..a6189ae984 100644 --- a/playbooks/groups/virthost.yml +++ b/playbooks/groups/virthost.yml @@ -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