feat: Allow specifying container ID during LXC creation, ensure explicit start, and update README with proxmoxer dependency.
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user