2
0
mirror of https://github.com/schnidrig/openhab-ansible synced 2026-01-11 16:38:47 +01:00
Files
openhab-ansible/ansible.cfg
Christian Schnidrig 0c652dfbd2 openhab 2.5 on raspi4
2020-01-01 20:34:53 +01:00

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