Add Proxmox CLI to ansible image to make automating tasks against Proxmox easier.
- pvesh documentation
- Add
libpve-apiclient-perl to
|
&& apt install -y \ |
|
docker-ce-cli \ |
|
genisoimage \ |
|
mkisofs \ |
|
packer \ |
|
python3 \ |
|
python3-pip \ |
|
p7zip-full \ |
|
sudo \ |
|
xorriso \ |
Add Proxmox CLI to ansible image to make automating tasks against Proxmox easier.
libpve-apiclient-perltoslides/docker_image/Dockerfile
Lines 19 to 28 in 44c6514