2020-01-17 20:38:45 +00:00
|
|
|
[defaults]
|
|
|
|
nocows = 1
|
|
|
|
host_key_checking = False
|
|
|
|
retry_files_enabled = False
|
2020-03-02 19:37:11 +00:00
|
|
|
roles_path = $PWD/galaxy_roles:$PWD/roles
|
2021-02-07 13:02:14 +00:00
|
|
|
collections_path = $PWD/galaxy_collections
|
2020-01-17 20:38:45 +00:00
|
|
|
inventory = ./hosts
|
|
|
|
become_ask_pass = True
|
2021-12-20 21:17:42 +00:00
|
|
|
interpreter_python = auto_silent
|
2021-12-20 17:25:18 +00:00
|
|
|
vault_password_file = ./vault-pass.sh
|
2020-01-17 20:38:45 +00:00
|
|
|
|
|
|
|
[ssh_connection]
|
|
|
|
pipelining = True
|