mirror of
https://github.com/PyratLabs/ansible-role-k3s.git
synced 2024-11-05 09:17:36 +01:00
7e4a16e167
- Restructured when and asserts - Standardise molecule call, add systemd config
16 lines
371 B
YAML
16 lines
371 B
YAML
---
|
|
|
|
- import_tasks: configuration/variables.yml
|
|
|
|
- import_tasks: configuration/experimental-variables.yml
|
|
|
|
- import_tasks: configuration/unsupported-rootless.yml
|
|
when:
|
|
- k3s_runtime_config.rootless is defined
|
|
- k3s_runtime_config.rootless
|
|
|
|
- import_tasks: configuration/control-node-count.yml
|
|
when:
|
|
- k3s_build_cluster is defined
|
|
- k3s_build_cluster
|