From fbe0b2ab432211813e7aff11e8d0e23b760413fa Mon Sep 17 00:00:00 2001 From: jibs Date: Thu, 21 Feb 2013 15:24:45 +0000 Subject: [PATCH] minor docs tweak: link directly to ec2 ini file --- docsite/rst/api.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/api.rst b/docsite/rst/api.rst index e3ea52310d8..272a0481e85 100644 --- a/docsite/rst/api.rst +++ b/docsite/rst/api.rst @@ -202,7 +202,7 @@ You can use this script in one of two ways. The easiest is to use Ansible's ``-i ansible -i ec2.py -u ubuntu us-east-1d -m ping -The second option is to copy the script to `/etc/ansible/hosts` and `chmod +x` it. You will also need to copy the ``ec2.ini`` file to `/etc/ansible/ec2.ini`. Then you can run ansible as you would normally. +The second option is to copy the script to `/etc/ansible/hosts` and `chmod +x` it. You will also need to copy the `ec2.ini `_ file to `/etc/ansible/ec2.ini`. Then you can run ansible as you would normally. To successfully make an API call to AWS, you will need to configure Boto (the Python interface to AWS). There are a `variety of methods `_ available, but the simplest is just to export two environment variables: