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

7
roles/lxc/tasks/main.yml Normal file
View File

@@ -0,0 +1,7 @@
---
- name: configure rc.local for proxmox lxc containers
copy:
src: "{{ playbook_dir }}/scripts/rc.local"
dest: "/etc/rc.local"
mode: "u=rwx,g=rx,o=rx"
notify: reboot server