This repository has been archived on 2021-11-15. You can view files and clone it, but cannot push or open issues or pull requests.
ansible/templates/proxmox.json.j2

7 lines
166 B
Plaintext
Raw Normal View History

2021-10-25 22:09:46 +02:00
{
"url": "{{ ansible_proxmox_url }}",
"username": "{{ ansible_proxmox_user }}",
"password": "{{ ansible_proxmox_password }}",
"validateCert": false
}