mirror of https://github.com/ceph/ceph-ansible.git
tests: set gateway_ip_list dynamically
so we dont' have to hardcode this in the tests Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>pull/4531/head
parent
8a1bda6d91
commit
d9f6b37ae6
|
@ -1,3 +1,3 @@
|
|||
---
|
||||
gateway_ip_list: 192.168.1.90
|
||||
generate_crt: True
|
||||
gateway_ip_list: "{{ ansible_all_ipv4_addresses | ipaddr(public_network) | first }}"
|
||||
generate_crt: True
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
---
|
||||
gateway_ip_list: 192.168.1.90
|
||||
gateway_ip_list: "{{ ansible_all_ipv4_addresses | ipaddr(public_network) | first }}"
|
||||
generate_crt: True
|
||||
|
|
Loading…
Reference in New Issue