mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user