Ian Wienand bb568ddde8 Up profiled tasks limit
Some of our summaries need to display more than 20 tasks to show
complete information.  Up to 50, which should be enough for anyone.

Change-Id: I3ae3bb714ea7f5fb094f85c33c19ea3c8a81f6c3
2018-09-06 07:28:26 +10:00

27 lines
779 B
INI

[defaults]
inventory=/opt/system-config/inventory/openstack.yaml,/opt/system-config/inventory/groups.yaml,/etc/ansible/hosts/emergency
library=/usr/share/ansible
log_path=/var/log/ansible/ansible.log
callback_plugins=/etc/ansible/callback_plugins
callback_whitelist=profile_tasks, timer
inventory_plugins=/etc/ansible/inventory_plugins
roles_path=/opt/system-config/roles:/etc/ansible/roles
retry_files_enabled=False
retry_files_save_path=
gathering=smart
fact_caching=jsonfile
fact_caching_connection=/var/cache/ansible/facts
[inventory]
enable_plugins=openstack,constructed,yaml,advanced_host_list,ini
cache=True
cache_plugin=jsonfile
cache_connection=/var/cache/ansible/inventory
[ssh_connection]
retries=3
pipelining = True
[callback_profile_tasks]
task_output_limit = 50