diff --git a/ansible.cfg b/ansible.cfg index 522ae80efb2e6bbfd9fa2577258cb02a858485d3..50ed693183f499c2ea43f0c495073c28c4bcf5bb 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -32,6 +32,25 @@ roles_path = ../:~/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles # DEFAULT: display_skipped_hosts = true display_skipped_hosts = false +use_persistent_connections=true + +# list all Ansible Callback Plugins: "ansible-doc -t callback -l" +# online documentation: https://docs.ansible.com/ansible/latest/plugins/callback.html +# run code profiling for performance analysis +# callbacks_enabled = profile_roles, profile_tasks, timer +# get formatted output +# callbacks_enabled = yaml +# get minimal output +# callbacks_enabled = dense + +# set default output callback plugin +stdout_callback = yaml + +# Setting a callback plugin for ad-hoc commands +bin_ansible_callbacks = True + +callbacks_enabled: yaml + [inventory] # Ignore these extensions when parsing a directory as inventory source. ignore_extensions = .pyc, .pyo, .swp, .bak, ~, .rpm, .md, .txt, ~, .orig, .ini, .cfg, .retry