mirror of
https://github.com/auricom/home-cluster.git
synced 2025-10-02 08:47:17 +02:00
15 lines
234 B
YAML
15 lines
234 B
YAML
---
|
|
- hosts:
|
|
- server-nodes
|
|
- worker-nodes
|
|
become: true
|
|
gather_facts: true
|
|
any_errors_fatal: true
|
|
pre_tasks:
|
|
- name: Pausing for 5 seconds...
|
|
pause:
|
|
seconds: 5
|
|
roles:
|
|
- xanmanning.k3s
|
|
- k3s
|