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 4cc75d1 commit 40240f9Copy full SHA for 40240f9
etc/kayobe/environments/ci-multinode/inventory/group_vars/all/vxlan.yml
@@ -15,4 +15,4 @@ vxlan_vni:
15
# This is a dictionary of interfaces to be created by the stackhpc.vxlan role.
16
vxlan_interfaces:
17
- device: "vxlan{{ vxlan_vni }}"
18
- group: "{{ '239.0.0.0/8' | next_nth_usable(vxlan_vni) }}"
+ group: "{{ '239.0.0.0/8' | ansible.utils.next_nth_usable(vxlan_vni) }}"
0 commit comments