2019-12-21 18:11:30 +01:00
|
|
|
---
|
|
|
|
|
2020-01-11 13:31:23 +01:00
|
|
|
- name: Check if any experimental variables are configure and if they are enabled with k3s_use_experimental
|
2019-12-21 18:11:30 +01:00
|
|
|
assert:
|
|
|
|
that:
|
|
|
|
- k3s_use_experimental is defined and k3s_use_experimental
|
|
|
|
success_msg: "Experimental variables are defined and enabled."
|
|
|
|
fail_msg: "Experimental variables have been configured. If you want to use them ensure you set k3s_use_experimental"
|
2020-10-22 20:26:15 +02:00
|
|
|
when: ("rootless" in k3s_runtime_config and k3s_runtime_config.rootless)
|
|
|
|
or ("etcd-datastore" in k3s_runtime_config and k3s_runtime_config.etcd-datastore)
|
|
|
|
or ("secrets-encryption" in k3s_runtime_config and k3s_runtime_config.secrets-encryption)
|
|
|
|
or ("selinux" in k3s_runtime_config and k3s_runtime_config.selinux)
|