[defaults] # A directory, not a single file: static Unraid hosts (hosts.yml) and the # Proxmox API-backed dynamic inventory (proxmox.yml) are both sources. inventory = inventory/ roles_path = roles host_key_checking = False retry_files_enabled = False interpreter_python = auto_silent [inventory] # `auto` must come before `yaml`: it reads the `plugin:` key in # inventory/proxmox.yml and dispatches to the named plugin. With `yaml` # first, that file gets parsed as a static host list instead, and `plugin:` # is read as a group name. enable_plugins = auto, yaml, ini, community.proxmox.proxmox [ssh_connection] pipelining = True