homelab/build/config/ansible/ansible.cfg
Russell Seymour 1250c9cef6
Some checks are pending
deploy / deploy (push) Waiting to run
Initial checkin of code for managing homelab
2026-08-24 20:52:36 +01:00

18 lines
633 B
INI

[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