Merge "Use multipathd hostgroup in the multipathd role"
This commit is contained in:
commit
b77e66bf33
@ -7,7 +7,7 @@
|
||||
group: "{{ config_owner_group }}"
|
||||
mode: "0770"
|
||||
become: true
|
||||
when: inventory_hostname in groups['compute']
|
||||
when: inventory_hostname in groups['multipathd']
|
||||
with_items:
|
||||
- "multipathd"
|
||||
|
||||
@ -17,7 +17,7 @@
|
||||
dest: "{{ node_config_directory }}/{{ item }}/config.json"
|
||||
mode: "0660"
|
||||
become: true
|
||||
when: inventory_hostname in groups['compute']
|
||||
when: inventory_hostname in groups['multipathd']
|
||||
with_items:
|
||||
- "multipathd"
|
||||
|
||||
|
@ -18,4 +18,4 @@
|
||||
- "/sys/kernel/config:/configfs"
|
||||
- "cinder:/var/lib/cinder"
|
||||
- "iscsi_info:/etc/iscsi"
|
||||
when: inventory_hostname in groups['compute']
|
||||
when: inventory_hostname in groups['multipathd']
|
||||
|
Loading…
x
Reference in New Issue
Block a user