summaryrefslogtreecommitdiffstats
path: root/roles/flannel_register/templates/flannel-config.json
diff options
context:
space:
mode:
Diffstat (limited to 'roles/flannel_register/templates/flannel-config.json')
-rw-r--r--roles/flannel_register/templates/flannel-config.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/roles/flannel_register/templates/flannel-config.json b/roles/flannel_register/templates/flannel-config.json
new file mode 100644
index 000000000..89ce4c30b
--- /dev/null
+++ b/roles/flannel_register/templates/flannel-config.json
@@ -0,0 +1,8 @@
+{
+ "Network": "{{ flannel_network }}",
+ "SubnetLen": {{ flannel_subnet_len }},
+ "SubnetMin": "{{ flannel_min_network }}",
+ "Backend": {
+ "Type": "host-gw"
+ }
+}