8 lines
134 B
YAML
8 lines
134 B
YAML
---
|
|
- include: get_k3s.yml
|
|
- include: server.yml
|
|
when: k3s_role == "server"
|
|
- include: clients.yml
|
|
when: k3s_role == "client"
|
|
...
|