Ansible

Useful environment variables:

export ANSIBLE_DIFF_ALWAYS=true
export ANSIBLE_GATHER_SUBSET='all,!ohai,!hardware'
export ANSIBLE_LOG_PATH=~/Projects/ansible.log
export ANSIBLE_RETRY_FILES_ENABLED=false
export ANSIBLE_STDOUT_CALLBACK=yaml
export ANSIBLE_VAULT_PASSWORD_FILE=~/.ansible/vault

Related links: