restrict iscsi to just bvirthost and buildvmhost
This commit is contained in:
parent
8a133c12f5
commit
faab9e5fb7
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
- hosts
|
- hosts
|
||||||
- fas_client
|
- fas_client
|
||||||
- collectd/base
|
- collectd/base
|
||||||
- { role: iscsi_client, when: datacenter == "phx2" }
|
- { role: iscsi_client, when: inventory_hostname.startswith(('bvirthost','buildvmhost')) }
|
||||||
- sudo
|
- sudo
|
||||||
- { role: openvpn/client, when: datacenter != "phx2" }
|
- { role: openvpn/client, when: datacenter != "phx2" }
|
||||||
- virthost
|
- virthost
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue