12 lines
259 B
INI
12 lines
259 B
INI
[defaults]
|
|
inventory = inventories/production
|
|
roles_path = roles
|
|
retry_files_enabled = False
|
|
host_key_checking = False
|
|
stdout_callback = ansible.builtin.default
|
|
result_format = yaml
|
|
callbacks_enabled = timer, profile_tasks
|
|
|
|
[ssh_connection]
|
|
pipelining = True
|