blumeops/ansible/ansible.cfg
Erich Blume 6f182caade Suppress Python interpreter discovery warning in ansible
Sets interpreter_python = auto_silent to keep auto-detection
while silencing the warning about future interpreter changes.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-13 21:26:41 -08:00

8 lines
160 B
INI

[defaults]
inventory = inventory/hosts.yml
interpreter_python = auto_silent
roles_path = roles
host_key_checking = False
[privilege_escalation]
become = False