virthost: Only run the iscsi-client role on phx2 buildvmhosts, not s390x one(s)

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-07-01 20:26:52 +00:00
parent ec17c4962a
commit ab94c17f06

View file

@ -25,7 +25,7 @@
- hosts
- fas_client
- collectd/base
- { role: iscsi_client, when: "inventory_hostname.startswith(('bvirthost', 'buildvmhost'))" }
- { role: iscsi_client, when: "inventory_hostname.startswith(('bvirthost', 'buildvmhost-0'))" }
- sudo
- { role: openvpn/client, when: vpn|bool }
- virthost