mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-19 18:07:37 -02:30
Add support for cilium ipsec (#7342)
* Add support for cilium ipsec * Fix typo for bpffs
This commit is contained in:
9
roles/network_plugin/cilium/tasks/check.yml
Normal file
9
roles/network_plugin/cilium/tasks/check.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
- name: Cilium | Check cilium_ipsec_enabled variables
|
||||
assert:
|
||||
that:
|
||||
- "cilium_ipsec_key is defined"
|
||||
msg: "cilium_ipsec_key should be defined to use cilium_ipsec_enabled"
|
||||
when:
|
||||
- cilium_ipsec_enabled
|
||||
- cilium_tunnel_mode in ['vxlan']
|
||||
Reference in New Issue
Block a user