You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
777 B

  1. # see roles/network_plugin/flannel/defaults/main.yml
  2. ## interface that should be used for flannel operations
  3. ## This is actually an inventory cluster-level item
  4. # flannel_interface:
  5. ## Select interface that should be used for flannel operations by regexp on Name or IP
  6. ## This is actually an inventory cluster-level item
  7. ## example: select interface with ip from net 10.0.0.0/23
  8. ## single quote and escape backslashes
  9. # flannel_interface_regexp: '10\\.0\\.[0-2]\\.\\d{1,3}'
  10. # You can choose what type of flannel backend to use: 'vxlan', 'host-gw' or 'wireguard'
  11. # please refer to flannel's docs : https://github.com/coreos/flannel/blob/master/README.md
  12. # flannel_backend_type: "vxlan"
  13. # flannel_vxlan_vni: 1
  14. # flannel_vxlan_port: 8472
  15. # flannel_vxlan_direct_routing: false