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:
parent
f77550f85c
commit
65dc5ada06
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue