1
0
Fork 0
forked from infra/ansible

bvmhost-x86-05/06: we need iscsi client here

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2026-07-08 15:20:55 -07:00
commit 65dc5ada06

View file

@ -49,7 +49,7 @@
- virthost
- {role: linux-system-roles.nbde_client, tags: ['nbde_client'], when: (nbde|bool) }
- {role: serial-console, when: datacenter == 'rdu3' and ansible_architecture != 's390x' and ansible_architecture != 'ppc64le'}
- {role: iscsi_client, when: datacenter == 'rdu3' and inventory_hostname.startswith('bvmhost-p10') }
- {role: iscsi_client, when: datacenter == 'rdu3' and inventory_hostname.startswith('bvmhost-x86-05') or inventory_hostname.startswith('bvmhost-x86-06') }
handlers:
- import_tasks: "{{ handlers_path }}/restart_services.yml"