Created
October 13, 2016 09:16
-
-
Save my-janala/1fd1d8850eecbd3fdbf0ce2d15cb3649 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
it's not complete, full description coming soon.