infrastructure/ansible.cfg
saibotk 5576d805cc
ansible-config: Use piped instead of scp
Newer scp versions seem to also try using sftp and fail, at least nowadays on my home pc.
2022-06-13 01:43:01 +02:00

15 lines
368 B
INI

[defaults]
roles_path = ./roles:~/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles
inventory = ./inventory
retry_files_enabled = false
vault_password_file = .vault_pass
[ssh_connection]
transfer_method = piped
[privilege_escalation]
become_ask_pass = false
[galaxy]
role_skeleton = ./.ansible/skeleton/default
role_skeleton_ignore = ^.git$,^.*/.git_keep$