adjust the nbde_client call in virthost playbook
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
5e59e1f3ac
commit
5c73147c68
1 changed files with 1 additions and 2 deletions
|
@ -42,11 +42,10 @@
|
|||
- { role: openvpn/client, when: vpn|bool }
|
||||
- ipa/client
|
||||
- collectd/base
|
||||
- { role: iscsi_client, when: "inventory_hostname.startswith(('bvirthost', 'buildvmhost-0'))" }
|
||||
- { role: iscsi_client, when: "inventory_hostname.startswith(('bvmhost-x86-06', 'bvmhost-x86-07')) and datacenter == 'iad2'" }
|
||||
- sudo
|
||||
- virthost
|
||||
- { role: linux-system-roles.nbde_client, when: datacenter == 'iad2' and nbde == 'true' }
|
||||
- { role: linux-system-roles.nbde_client, tags: ['nbde_client'], when: datacenter == 'iad2' and nbde|bool }
|
||||
- { role: serial-console, when: datacenter == 'iad2' and not inventory_hostname.startswith('buildvmhost-s390x') }
|
||||
|
||||
tasks:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue