feat: Manage container

This commit is contained in:
2026-04-24 01:50:56 +02:00
parent e3f6c9b02e
commit c8b2969ccf
4 changed files with 111 additions and 0 deletions

View File

@@ -24,3 +24,9 @@
when:
- proxmox_instance_type == "vm"
- proxmox_instance_ha | length > 0
# Instance: ct
- name: Import instance creation tasks
ansible.builtin.include_tasks:
file: instance_ct.yml
when: proxmox_instance_type == "ct"