feat: Add Proxmox LXC container provisioning playbook, related secrets, and documentation.

This commit is contained in:
2026-01-04 11:06:56 +01:00
parent 703d326c22
commit 6801835b75
5 changed files with 163 additions and 2 deletions

View File

@@ -66,7 +66,7 @@
tasks:
- name: Remove host from the [new] group
ansible.builtin.lineinfile:
path: /opt/ansible/inventory/hosts.ini
path: "{{ inventory_dir }}/hosts.ini"
regexp: "^{{ item }}\\s" # Match the start of the line with the hostname
state: absent
loop: "{{ groups['new'] }}" # Loop over all hosts in the 'new' group