From 7eac854ec3a72fcdae32a0af0d4725f518a1aabe Mon Sep 17 00:00:00 2001 From: Tim Flink Date: Tue, 11 Apr 2017 03:59:58 +0000 Subject: [PATCH] adding virthost role to taskotron client hosts for nested virt --- playbooks/groups/taskotron-client-hosts.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/groups/taskotron-client-hosts.yml b/playbooks/groups/taskotron-client-hosts.yml index 35a1560b82..45738c1bff 100644 --- a/playbooks/groups/taskotron-client-hosts.yml +++ b/playbooks/groups/taskotron-client-hosts.yml @@ -21,6 +21,7 @@ - hosts - fas_client - collectd/base + - virthost - { role: iscsi_client, when: datacenter == "phx2" } - sudo - { role: openvpn/client, when: datacenter != "phx2" }