Skip to content

Instantly share code, notes, and snippets.

@my-janala
Created October 13, 2016 09:16
Show Gist options
  • Save my-janala/1fd1d8850eecbd3fdbf0ce2d15cb3649 to your computer and use it in GitHub Desktop.
Save my-janala/1fd1d8850eecbd3fdbf0ce2d15cb3649 to your computer and use it in GitHub Desktop.
$ vim ~/.bashrc
## Ansible
export AWS_ACCESS_KEY_ID='AWS_ACCESS_KEY_ID'
export AWS_SECRET_ACCESS_KEY='AWS_SECRET_ACCESS_KEY'
export ANSIBLE_HOSTS=/<dir>/ec2.py
export EC2_INI_PATH=/<dir>/ec2.ini
export ANSIBLE_CONFIG=/<dir>/ansible.cfg
export ANSIBLE_SSH_CONTROL_PATH='~/.ssh/%%h-%%r'
@my-janala
Copy link
Author

it's not complete, full description coming soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment