We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 091b205 + 160363d commit 3e286d8Copy full SHA for 3e286d8
etc/kayobe/environments/ci-multinode/inventory/group_vars/controllers/network-interfaces
@@ -14,7 +14,7 @@ public_interface: "{{ vxlan_interfaces[0].device }}.{{ public_vlan }}"
14
15
public_routes:
16
- cidr: "{{ external_cidr }}"
17
- gateway: "{{ public_net_name | net_ip('seed') }}"
+ gateway: "{{ public_net_name | net_ip( groups['seed'][0] ) }}"
18
19
###############################################################################
20
# Dummy variable to allow Ansible to accept this file.
0 commit comments