add the proxmox inventory config

This commit is contained in:
Andreas Zweili 2021-10-25 22:09:46 +02:00
parent 3286a5d94b
commit c416526aeb
3 changed files with 10 additions and 2 deletions

View File

@ -0,0 +1,4 @@
ansible_inventory: "proxmox.py"
ansible_proxmox_url: "https://10.7.89.20:8006/"
ansible_proxmox_user: "ansible@pve"
ansible_proxmox_password: "password"

View File

@ -0,0 +1,6 @@
{
"url": "{{ ansible_proxmox_url }}",
"username": "{{ ansible_proxmox_user }}",
"password": "{{ ansible_proxmox_password }}",
"validateCert": false
}

View File

@ -2,5 +2,3 @@ ansible_packages:
- ansible
- ansible-lint
- sshpass
ansible_inventory: "proxmox.py"