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

@@ -0,0 +1,5 @@
---
- name: reboot containers
command:
"pct reboot {{ item }}"
loop: "{{ proxmox_lxc_filtered_ids }}"