Skip to content
Snippets Groups Projects
Commit f99b6ce6 authored by Jörg Sachse's avatar Jörg Sachse
Browse files

chore: configure Ansible for improved performance and logging

parent 31d6c87d
No related branches found
No related tags found
No related merge requests found
...@@ -32,6 +32,25 @@ roles_path = ../:~/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles ...@@ -32,6 +32,25 @@ roles_path = ../:~/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles
# DEFAULT: display_skipped_hosts = true # DEFAULT: display_skipped_hosts = true
display_skipped_hosts = false 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] [inventory]
# Ignore these extensions when parsing a directory as inventory source. # Ignore these extensions when parsing a directory as inventory source.
ignore_extensions = .pyc, .pyo, .swp, .bak, ~, .rpm, .md, .txt, ~, .orig, .ini, .cfg, .retry ignore_extensions = .pyc, .pyo, .swp, .bak, ~, .rpm, .md, .txt, ~, .orig, .ini, .cfg, .retry
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment