Reviewed-on: #5 Co-authored-by: M.V. Hutz <git@maximhutz.me> Co-committed-by: M.V. Hutz <git@maximhutz.me>
15 lines
388 B
INI
15 lines
388 B
INI
[defaults]
|
|
callbacks_enabled = profile_tasks
|
|
localhost_warning = False
|
|
vault_password_file = vault.key
|
|
interpreter_python = /usr/bin/python3.11
|
|
editor = code --wait
|
|
remote_tmp = /tmp/.ansible/tmp
|
|
|
|
[inventory]
|
|
inventory_unparsed_warning = False
|
|
|
|
[ssh_connection]
|
|
ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o ForwardAgent=yes -o IdentityAgent=none
|
|
pipelining = True
|
|
retries = 2 |