Files
homelab/infra-config
2025-07-07 19:43:43 -05:00
..
2025-05-12 11:21:04 -05:00
2025-05-12 15:29:42 -05:00
2025-07-06 22:14:11 -05:00
2025-07-06 22:14:11 -05:00
2025-07-06 22:14:11 -05:00
2025-07-06 22:14:11 -05:00
2025-07-06 22:14:11 -05:00
2025-03-29 14:24:43 -05:00
2025-07-06 22:14:11 -05:00
2025-03-29 14:24:43 -05:00

infra-config

Create a virtual environment for ansible-core, activate it upgrade pip

Linux

python3 -m venv ~/venv-ansible
source ~/venv-ansible/bin/activate
pip3 install --upgrade pip

Install ansible-core, proxmoxer and requests (needed by community.general.proxmox_*)

pip3 install ansible-core proxmoxer requests
ansible-galaxy collection install community.proxmox