Alan Orth
b014c09a2c
Uses a built-in table of OSes and Python versions to decide which Python interpreter to use. This is better than hard coding python3 in every single host's host_vars. See: https://docs.ansible.com/ansible/latest/reference_appendices/interpreter_discovery.html
22 lines
409 B
INI
22 lines
409 B
INI
[defaults]
|
|
retry_files_enabled=False
|
|
force_handlers=True
|
|
inventory=hosts
|
|
# instead of using --ask-vault-pass
|
|
ask_vault_pass=True
|
|
remote_user = provisioning
|
|
interpreter_python=auto
|
|
|
|
ansible_managed = This file is managed by Ansible.%n
|
|
template: {file}
|
|
date: %Y-%m-%d %H:%M:%S
|
|
user: {uid}
|
|
host: {host}
|
|
|
|
[privilege_escalation]
|
|
# instead of using -K
|
|
become_ask_pass=True
|
|
|
|
[ssh_connection]
|
|
pipelining=True
|