Add support for cilium ipsec (#7342)

* Add support for cilium ipsec

* Fix typo for bpffs
This commit is contained in:
Qasim Sarfraz
2021-03-23 21:46:06 +01:00
committed by GitHub
parent 4f89bfac48
commit d53fd29e34
7 changed files with 88 additions and 45 deletions

View 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']