Loading .ansible.cfg +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading .bashrc +1 −0 Original line number Diff line number Diff line Loading @@ -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' Loading Loading
.ansible.cfg +1 −0 Original line number Diff line number Diff line Loading @@ -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 Loading
.bashrc +1 −0 Original line number Diff line number Diff line Loading @@ -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' Loading