Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
080296a0
Commit
080296a0
authored
Dec 24, 2013
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5414 from jlund/mode-typo
Fixing a typo in the Amazon Web Services and Rackspace Cloud guides
parents
b0578c82
1696b14b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
docsite/rst/guide_aws.rst
+1
-1
docsite/rst/guide_rax.rst
+1
-1
No files found.
docsite/rst/guide_aws.rst
View file @
080296a0
...
@@ -52,7 +52,7 @@ The ec2 module provides the ability to provision instances within EC2. Typicall
...
@@ -52,7 +52,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
...
...
docsite/rst/guide_rax.rst
View file @
080296a0
...
@@ -97,7 +97,7 @@ provisioning task will be performed from your Ansible control server against the
...
@@ -97,7 +97,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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment