mrsuicideparrot.proxmox_plugin.inventory (0.0.3) — inventory

Proxmox inventory source

| "added in version" 2.11.5 of mrsuicideparrot.proxmox_plugin"

Authors: unknown

| supported by community

Install collection

Install with ansible-galaxy collection install mrsuicideparrot.proxmox_plugin:==0.0.3


Add to requirements.yml

  collections:
    - name: mrsuicideparrot.proxmox_plugin
      version: 0.0.3

Description

Get inventory hosts from a proxmox cluster.

Uses a configuration file as an inventory source, it must end in ``.proxmox.yml`` or ``.proxmox.yaml`` and has a ``plugin: proxmox`` entry.

Inputs

    
url:
    description: url to proxmox
    env:
    - name: PROXMOX_URL
    required: true
    type: str

user:
    description: proxmox authentication user
    env:
    - name: PROXMOX_USER
    required: true
    type: str

plugin:
    choices:
    - mrsuicideparrot.proxmox_plugin.inventory
    description: Token that ensures this is a source file for the plugin.
    required: true

password:
    description: proxmox authentication password
    env:
    - name: PROXMOX_PASSWORD
    required: true
    type: str

group_tags:
    default: false
    description: interpretation of user-defined tags as ansible groups
    type: boolean

validate_certs:
    default: true
    description: verify SSL certificate if using https
    type: boolean