Commit 1696b14b by Joshua Lund

Fixing a typo in the Amazon Web Services and Rackspace Cloud guides

parent 384cac77
...@@ -55,7 +55,7 @@ The ec2 module provides the ability to provision instances within EC2. Typicall ...@@ -55,7 +55,7 @@ The ec2 module provides the ability to provision instances within EC2. Typicall
exporting the variable as EC2_URL=https://myhost:8773/services/Eucalyptus. exporting the variable as EC2_URL=https://myhost:8773/services/Eucalyptus.
This can be set using the 'environment' keyword in Ansible if you like. This can be set using the 'environment' keyword in Ansible if you like.
Here is an example of provisioning a number of instances in ad-hoc mode mode: Here is an example of provisioning a number of instances in ad-hoc mode:
.. code-block:: bash .. code-block:: bash
......
...@@ -100,7 +100,7 @@ provisioning task will be performed from your Ansible control server against the ...@@ -100,7 +100,7 @@ provisioning task will be performed from your Ansible control server against the
specifying your username and API key as environment variables or passing specifying your username and API key as environment variables or passing
them as module arguments. them as module arguments.
Here is a basic example of provisioning a instance in ad-hoc mode mode: Here is a basic example of provisioning a instance in ad-hoc mode:
.. code-block:: bash .. code-block:: bash
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment