create separate options files for network plugins

remove plugin options from common files
This commit is contained in:
Sergey Bondarev
2018-09-18 14:29:53 +03:00
parent 3d27007750
commit 93429bc661
8 changed files with 121 additions and 23 deletions

View File

@@ -0,0 +1,11 @@
# 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"