Add a linstor_ip_address that can be used in the inventory file (hosts.yml). This would be inline with for example ovn_ip_address.
Currently it uses hostvars[item].ansible_facts.default_ipv6.address | default(hostvars[item].ansible_facts.default_ipv4.address).
Add a
linstor_ip_addressthat can be used in the inventory file (hosts.yml). This would be inline with for exampleovn_ip_address.Currently it uses
hostvars[item].ansible_facts.default_ipv6.address | default(hostvars[item].ansible_facts.default_ipv4.address).