From 6299f101db09dd096ab41a4f58fef791263b2236 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 1 Feb 2014 17:07:00 -0800 Subject: Insert a picture. --- ...14-02-01-provision-an-ec2-instance-with-vagrant-and-ansible.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/_posts/2014-02-01-provision-an-ec2-instance-with-vagrant-and-ansible.md b/_posts/2014-02-01-provision-an-ec2-instance-with-vagrant-and-ansible.md index 25483cb..5ccb624 100644 --- a/_posts/2014-02-01-provision-an-ec2-instance-with-vagrant-and-ansible.md +++ b/_posts/2014-02-01-provision-an-ec2-instance-with-vagrant-and-ansible.md @@ -81,6 +81,14 @@ default : ok=2 changed=1 unreachable=0 failed=0 As we can see, everything went well, and the application `htop` was successfully installed. We can now run `vagrant ssh` and once logged inside the VM, run `htop`. + + +
+provisioning +
+ +
+ ## AWS I've created a key pair for Vagrant in the AWS console. Note the access and secret access keys, and download the SSH private key too. For this article, we will put the key into the same directory as our playbook and Vagrant's configuration. -- cgit v1.2.3