Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 1.42 KB

File metadata and controls

44 lines (35 loc) · 1.42 KB

Proxmox Dynamic Inventory

proxmox playbook GitHub last commit GitHub repo file count GitHub top language GitHub

Purpose

This play is for creating a dynamic inventory in AWX from a ProxmoxVE host

Requirements

community.general
ansible.utils

Default Playbook Variables

Default plugin variables are listed below:

user: <root@pam>
password: <password>
url: <host_url> #eg https://192.168.0.1:8006

Dependencies

None

Example Playbook

plugin: community.general.proxmox
user: root@pam
password: password
url: https://192.168.0.1:8006
validate_certs: false
#want_facts: true
want_proxmox_nodes_ansible_host: false
compose:
  ansible_host: proxmox_ipconfig0.ip | default(proxmox_net0.ip) | ipaddr('address')

Author Information

This repository was created in 2022 by Lee Woodhouse