env-setup
1.31 KB
-
export ANSIBLE_HOME so it can be used in scripts · e5f651c4
In order that scripts like this can work ``` #!/bin/bash ansible -vvvv tag_instance_type_foo-training -i "${ANSIBLE_HOME}/plugins/inventory/ec2.py" --private-key=~/Downloads/foo-training.pem -u ec2-user -m ping ```
Bryan Hunt committed