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:
parent
ec17c4962a
commit
ab94c17f06
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue