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.
1 parent 6d68728 commit 5c43844Copy full SHA for 5c43844
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_allocation_pool_start }}"
+ gateway: "{{ public_net_name | net_ip('seed') }}"
18
19
###############################################################################
20
# Dummy variable to allow Ansible to accept this file.
0 commit comments