2018-06-04 13:21:22 +02:00
|
|
|
[defaults]
|
|
|
|
ansible_managed = This file is managed by ansible, do not make manual changes - they may be overridden at any time.
|
2021-06-03 15:14:55 +02:00
|
|
|
interpreter_python = auto
|
2018-06-04 13:21:22 +02:00
|
|
|
inventory = ./hosts
|
|
|
|
nocows = 1
|
|
|
|
remote_user = root
|
2019-09-27 09:05:33 +02:00
|
|
|
retry_files_enabled = False
|
2018-06-04 13:21:22 +02:00
|
|
|
roles_path = ./roles
|
|
|
|
vault_password_file = ./.vault_pass
|
2018-11-19 21:08:28 +01:00
|
|
|
# Use the YAML callback plugin.
|
2020-01-08 12:07:01 +01:00
|
|
|
stdout_callback = debug
|
2018-11-19 21:08:28 +01:00
|
|
|
# Use the stdout_callback when running ad-hoc commands.
|
|
|
|
bin_ansible_callbacks = True
|
2018-06-04 13:21:22 +02:00
|
|
|
|
|
|
|
[ssh_connection]
|
|
|
|
pipelining = true
|