add support for proxmox lxc containers (#209)

Co-authored-by: Adam Doussan <acdoussan@Adams-MacBook-Pro.local>
This commit is contained in:
acdoussan
2023-01-29 21:23:31 -06:00
committed by GitHub
parent be3e72e173
commit 511ec493d6
8 changed files with 111 additions and 0 deletions

View File

@@ -1,8 +1,18 @@
---
- hosts: proxmox
gather_facts: true
become: yes
remote_user: "{{ proxmox_lxc_ssh_user }}"
roles:
- role: proxmox_lxc
when: proxmox_lxc_configure
- hosts: k3s_cluster
gather_facts: yes
roles:
- role: lxc
when: proxmox_lxc_configure
- role: prereq
become: true
- role: download