23 lines
426 B
INI
23 lines
426 B
INI
[defaults]
|
|
playbook_dir = ./playbooks
|
|
inventory = ./inventory
|
|
|
|
vault_password_file = .vault_pass
|
|
|
|
retry_files_enabled = False
|
|
nocows=True
|
|
use_persistent_connections = True
|
|
interpreter_python = auto_silent
|
|
|
|
[connection]
|
|
pipelining = True
|
|
|
|
[ssh_connection]
|
|
transfer_method = piped
|
|
|
|
[privilege_escalation]
|
|
become_ask_pass = False
|
|
|
|
[galaxy]
|
|
role_skeleton = ./.ansible/skeleton/default
|
|
role_skeleton_ignore = ^.git$,^.*/.git_keep$
|