feat: Allow specifying container ID during LXC creation, ensure explicit start, and update README with proxmoxer dependency.

This commit is contained in:
2026-01-04 11:13:48 +01:00
parent 6801835b75
commit a529b84a3c
2 changed files with 16 additions and 2 deletions

View File

@@ -25,8 +25,9 @@ This Ansible setup is designed to automate the configuration and maintenance of
To use the provisioning playbooks (`create_lxc.yml`), you must configure Proxmox API access.
### 1. Requirements on Control Node
Install `community.general` collection:
Install `community.general` collection and `proxmoxer` python library:
```bash
sudo apt install python3-proxmoxer # OR pip3 install proxmoxer requests
ansible-galaxy collection install community.general
```