-
Notifications
You must be signed in to change notification settings - Fork 0
/
ansible.cfg
24 lines (19 loc) · 846 Bytes
/
ansible.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
################################################################################
# Copyright (c) IBM Corporation 2020, 2021
################################################################################
################################################################################
# Minimum required configuration for this playbook.
# For additional `ansible.cfg` configuration options, review:
# https://docs.ansible.com/ansible/latest/reference_appendices/config.html
# https://github.com/ansible/ansible/blob/devel/examples/ansible.cfg
################################################################################
[defaults]
forks = 25
display_skipped_hosts = no
callback_whitelist = profile_tasks, timer
remote_tmp = /tmp
[ssh_connection]
pipelining = True
[callback_profile_tasks]
sort_order = descending
output_limit = all