saibotk
5576d805cc
Newer scp versions seem to also try using sftp and fail, at least nowadays on my home pc.
15 lines
368 B
INI
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$
|