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:
7
roles/lxc/tasks/main.yml
Normal file
7
roles/lxc/tasks/main.yml
Normal 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
|
||||
Reference in New Issue
Block a user