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 227de44 + 3822520 commit 5c0461aCopy full SHA for 5c0461a
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