Merge branch 'master' into verify

This commit is contained in:
Techno Tim
2024-01-27 10:13:47 -06:00
committed by GitHub
36 changed files with 629 additions and 197 deletions
+2 -2
View File
@@ -5,7 +5,7 @@
- name: Prepare Proxmox cluster
hosts: proxmox
gather_facts: true
become: yes
become: true
environment: "{{ proxy_env | default({}) }}"
roles:
- role: proxmox_lxc
@@ -13,7 +13,7 @@
- name: Prepare k3s nodes
hosts: k3s_cluster
gather_facts: yes
gather_facts: true
environment: "{{ proxy_env | default({}) }}"
roles:
- role: lxc