mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-ansible-private.git
synced 2025-10-27 08:43:05 +00:00
Update roles/kube-master/tasks/patch_netconf.py
This commit is contained in:
@ -14,7 +14,7 @@ for doc in docs:
|
|||||||
"Backend": {
|
"Backend": {
|
||||||
"Type": "vxlan"
|
"Type": "vxlan"
|
||||||
},
|
},
|
||||||
"Interface": "eth1"
|
"Interface": "eth0"
|
||||||
}'''
|
}'''
|
||||||
|
|
||||||
with open("/tmp/kube-flannel.yml", "w") as f:
|
with open("/tmp/kube-flannel.yml", "w") as f:
|
||||||
|
|||||||
Reference in New Issue
Block a user