You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
262 B

  1. ---
  2. - name: Cilium | Check cilium_ipsec_enabled variables
  3. assert:
  4. that:
  5. - "cilium_ipsec_key is defined"
  6. msg: "cilium_ipsec_key should be defined to use cilium_ipsec_enabled"
  7. when:
  8. - cilium_ipsec_enabled
  9. - cilium_tunnel_mode in ['vxlan']