forked from tim/k3s-ansible
add support for proxmox lxc containers (#209)
Co-authored-by: Adam Doussan <acdoussan@Adams-MacBook-Pro.local>
This commit is contained in:
10
site.yml
10
site.yml
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user