incus-contrib/ansible/ansible.cfg

22 lines
578 B
INI

[defaults]
# Inventory — AWX manages inventory; this is for local testing only
inventory = localhost,
# Reduce overhead
forks = 10
timeout = 30
# Retry files clutter the repo
retry_files_enabled = False
# Human-readable output
stdout_callback = yaml
# Host key checking — disabled for dynamic lab instances
host_key_checking = False
# Note: playbooks use the Incus REST API (uri module with client cert)
# for all instance operations — no SSH connection to instances is needed.
# The [ssh_connection] and [privilege_escalation] sections are therefore
# not required.