Hi,
I'm looking for a way to simply map a volume to an existing initiator group without gathering any hosts facts.
the host protocol access is fc and host os is esx.
The playbook fails :
fatal: [s01r7808.prod.local]: FAILED! => {"changed": false, "msg": "nimble_host_vars unconfigured or unable to lookup dynamically"}
does the map action on volume is able to take a nimble group as input ?
Regards,
Blaise
Hi,
I'm looking for a way to simply map a volume to an existing initiator group without gathering any hosts facts.
the host protocol access is fc and host os is esx.
hosts: myarray
vars:
nimble_volume: "myvolume"
nimble_host_name: "mygroup"
nimble_initiator_group: "mygroup"
nimble_static_host_facts: True
roles:
nimble_operation: create,
nimble_object: volume
}
nimble_operation: map,
nimble_object: volume
}
The playbook fails :
fatal: [s01r7808.prod.local]: FAILED! => {"changed": false, "msg": "nimble_host_vars unconfigured or unable to lookup dynamically"}
does the map action on volume is able to take a nimble group as input ?
Regards,
Blaise