Skip to content

Instantly share code, notes, and snippets.

@alen-z
Last active May 6, 2020 10:45
Show Gist options
  • Save alen-z/7a43e5b72e473fcf3115c807518a5431 to your computer and use it in GitHub Desktop.
Save alen-z/7a43e5b72e473fcf3115c807518a5431 to your computer and use it in GitHub Desktop.
# Suppress SSH warnings
export ANSIBLE_HOST_KEY_CHECKING=False
# Speed up playbook run
export ANSIBLE_PIPELINING=True
export ANSIBLE_SSH_EXTRA_ARGS="-o ControlMaster=auto -o ControlPersist=60s"
export ANSIBLE_FORKS=30
# Follow progress during playbook run
export ANSIBLE_CALLBACK_WHITELIST=profile_tasks
export ANSIBLE_STDOUT_CALLBACK=counter_enabled
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment