2022-11-04 20:58:37 +01:00
|
|
|
---
|
|
|
|
- name: Converge
|
|
|
|
hosts: all
|
|
|
|
become: true
|
|
|
|
vars:
|
|
|
|
pyratlabs_issue_controller_dump: true
|
2023-02-17 12:00:24 +01:00
|
|
|
# k3s_agent:
|
|
|
|
# snapshotter: native
|
2022-11-04 20:58:37 +01:00
|
|
|
pre_tasks:
|
|
|
|
- name: Ensure k3s_debug is set
|
|
|
|
ansible.builtin.set_fact:
|
|
|
|
k3s_debug: true
|
|
|
|
roles:
|
|
|
|
- xanmanning.k3s
|