kpr-genesis/ansible/inventory.proxmox.yml

10 lines
230 B
YAML
Raw Permalink Normal View History

plugin: community.general.proxmox
url: https://10.10.8.123:8006/
user: root@pam
token_id: kpr-genesis
token_secret: "{{ lookup('env', 'PROXMOX_TOKEN') }}"
validate_certs: false
node: pacifica
host_filter: "^bin$"
want_facts: true