|
@@ -0,0 +1,8 @@
|
|
|
+some people asked for the cheats I did so the demo will go easy ;-)
|
|
|
+
|
|
|
+1. I used the setssh.sh file to create a bash that adds the key.pem to the bash session so I won't have to type: "-i ~/key.pem " every time I use ansible
|
|
|
+2. The AWS AMI had python pre installed normally AMIs are bare ubuntu without python
|
|
|
+3. I created alias in .bashrc for removing retry files :
|
|
|
+ "alias r=rm *.retry"
|
|
|
+
|
|
|
+All the rest are regular vim and bash use ...
|