2019-12-21 18:11:30 +01:00
|
|
|
---
|
|
|
|
|
2020-12-21 20:14:52 +01:00
|
|
|
- import_tasks: configuration/variables.yml
|
2020-10-22 20:26:15 +02:00
|
|
|
|
2020-12-21 20:14:52 +01:00
|
|
|
- import_tasks: configuration/experimental-variables.yml
|
2020-10-22 20:26:15 +02:00
|
|
|
|
2020-12-21 20:14:52 +01:00
|
|
|
- import_tasks: configuration/unsupported-rootless.yml
|
2020-10-22 20:26:15 +02:00
|
|
|
when: ("rootless" in k3s_runtime_config)
|
|
|
|
and k3s_runtime_config.rootless
|
|
|
|
|
2020-12-21 20:14:52 +01:00
|
|
|
- import_tasks: configuration/control-node-count.yml
|
2020-05-16 21:18:10 +02:00
|
|
|
when: k3s_build_cluster is defined and k3s_build_cluster
|