9ffc65f8f3
* Lint everything in the repository with yamllint * yamllint fixes: syntax fixes only * yamllint fixes: move comments to play names * yamllint fixes: indent comments in .gitlab-ci.yml file
10 lines
327 B
YAML
10 lines
327 B
YAML
# see roles/network_plugin/canal/defaults/main.yml
|
|
|
|
# The interface used by canal for host <-> host communication.
|
|
# If left blank, then the interface is chosing using the node's
|
|
# default route.
|
|
# canal_iface: ""
|
|
|
|
# Whether or not to masquerade traffic to destinations not within
|
|
# the pod network.
|
|
# canal_masquerade: "true"
|