# ansible reads $ANSIBLE_CONFIG, ansible.cfg, ~/.ansible.cfg or /etc/ansible/ansible.cfg[defaults]# Always have these for using the configuration repojinja2_extensions=jinja2.ext.dohash_behaviour=merge# These are environment-specific defaultsforks=10#forks=1log_path=stage-edx-ansible.logtransport=sshhostfile=./ec2.pyextra_vars='key=deployment name=edx-stage group=edx-stage region=us-west-1'user=ubuntu[ssh_connection]# example from https://github.com/ansible/ansible/blob/devel/examples/ansible.cfg#ssh_args=-o ControlMaster=auto -o ControlPersist=60s -o ControlPath=/tmp/ansible-ssh-%h-%p-%rssh_args=-F stage-ssh-configscp_if_ssh=True