deploy-gitea/ansible/ansible.cfg

15 lines
232 B
INI
Raw Normal View History

2021-08-09 23:16:51 +02:00
[defaults]
inventory = inventory
remote_tmp = $HOME/.ansible/tmp
remote_user = root
nocows = 1
roles_path = roles
retry_files_enabled = False
max_diff_size = 250000
[ssh_connection]
pipelining = True
scp_if_ssh = True
retries = 7