ansible-role-k3s/molecule/default/playbook-start-cluster.yml

10 lines
151 B
YAML

---
- name: Converge
hosts: all
become: true
vars:
molecule_is_test: true
k3s_cluster_state: started
roles:
- role: xanmanning.k3s