This commit is contained in:
FinalDoom 2026-01-08 08:54:47 +00:00 committed by GitHub
commit bca6126f59
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ systemd_dir: /etc/systemd/system
system_timezone: Your/Timezone
# interface which will be used for flannel
flannel_iface: eth0
flannel_iface: "{{ ansible_facts.default_ipv4.interface | default( 'ens0' ) }}"
# uncomment calico_iface to use tigera operator/calico cni instead of flannel https://docs.tigera.io/calico/latest/about
# calico_iface: "eth0"