Commit 0431b525 authored by nimrod's avatar nimrod
Browse files

- Added Ansible config to use the tasks profiling plugin.

parent 18fba6d5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+1 −0
Original line number Diff line number Diff line
@@ -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'