adjust the nbde_client call in virthost playbook

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2022-05-18 13:46:45 -07:00
parent 5e59e1f3ac
commit 5c73147c68

View file

@ -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: