We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3352f1b commit c7f8bf1Copy full SHA for c7f8bf1
Ansible/Dynamic_Inventory.MD
@@ -20,6 +20,8 @@ To get help on dynamic inventory please follow [Ansible Official Document](http
20
export AWS_ACCESS_KEY_ID='1bc123'
21
export AWS_SECRET_ACCESS_KEY='abc123'
22
```
23
+1. To export keys permanently make sure that you have installed pip and boto and add credentials ~/.boto file
24
+
25
1. add executing permissions to ec2.py script
26
```sh
27
chmod 755 ec2.py
0 commit comments