1
0
Fork 0
forked from infra/ansible

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

This reverts commit 65dc5ada06.
This commit is contained in:
Kevin Fenzi 2026-07-08 15:28:57 -07:00
commit 1529684dc1

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-x86-05') or inventory_hostname.startswith('bvmhost-x86-06') }
- {role: iscsi_client, when: datacenter == 'rdu3' and inventory_hostname.startswith('bvmhost-p10') }
handlers:
- import_tasks: "{{ handlers_path }}/restart_services.yml"