mirror of
https://github.com/schnidrig/openhab-ansible
synced 2026-01-11 16:38:47 +01:00
13 lines
253 B
INI
13 lines
253 B
INI
[defaults]
|
|
interpreter_python = auto_silent
|
|
#interpreter_python = /usr/bin/python3
|
|
retry_files_enabled = False
|
|
|
|
vault_password_file = vault_password
|
|
|
|
[ssh_connection]
|
|
pipelining=True
|
|
allow_agent_forwarding_with_sudo=True
|
|
ssh_args = -o ForwardAgent=yes
|
|
|