11 lines
142 B
YAML
11 lines
142 B
YAML
---
|
|
- name: ping
|
|
hosts: cubox-m
|
|
gather_facts: true
|
|
|
|
roles:
|
|
- role: k0s
|
|
become: true
|
|
# - role: prod.k3s
|
|
# become: true
|