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
|
2021-02-16 16:46:01 +01:00
|
|
|
when:
|
|
|
|
- k3s_runtime_config.rootless is defined
|
|
|
|
- k3s_runtime_config.rootless
|
2020-10-22 20:26:15 +02:00
|
|
|
|
2020-12-21 20:14:52 +01:00
|
|
|
- import_tasks: configuration/control-node-count.yml
|
2021-02-16 16:46:01 +01:00
|
|
|
when:
|
|
|
|
- k3s_build_cluster is defined
|
|
|
|
- k3s_build_cluster
|