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.

16 lines
702 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' or 'host-gw'
  11. # for experimental backend
  12. # please refer to flannel's docs : https://github.com/coreos/flannel/blob/master/README.md
  13. # flannel_backend_type: "vxlan"