forked from IBM/z_ansible_collections_samples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathansible.cfg
23 lines (18 loc) · 828 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
################################################################################
# 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
[ssh_connection]
pipelining = True
[callback_profile_tasks]
sort_order = descending
output_limit = all