Skip to content
Snippets Groups Projects
Commit 899d3008 authored by nimrod's avatar nimrod
Browse files

- Added Ansible config to use the tasks profiling plugin.

parent 6ab17a8a
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,7 @@ forks = 5
inventory = inventory
#sudo_exe = sudo # OpenBSD uses doas from 5.8.
retry_files_save_path = /tmp/
callback_whitelist = profile_tasks
[ssh_connection]
pipelining = True
......
......@@ -60,6 +60,7 @@ export ANSIBLE_SSH_CONTROL_PATH_DIR='/tmp/ssh-%%h'
export ANSIBLE_GATHERING=smart
export ANSIBLE_CACHE_PLUGIN=jsonfile
export ANSIBLE_CACHE_PLUGIN_CONNECTION="$HOME/.ansible/facts"
export ANSIBLE_CALLBACK_WHITELIST=profile_tasks
alias ll='ls -lha'
alias la='ls -A'
alias l='ls -CF'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment