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
5f3ea751
Commit
5f3ea751
authored
Mar 08, 2014
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #6343 from dolph/devel
spelling correction for "separate"
parents
8388ce62
8808e029
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
+6
-6
docsite/rst/guide_aws.rst
+1
-1
examples/ansible.cfg
+2
-2
library/files/assemble
+1
-1
plugins/inventory/ec2.ini
+1
-1
test/README.md
+1
-1
No files found.
docsite/rst/guide_aws.rst
View file @
5f3ea751
...
...
@@ -129,7 +129,7 @@ it will be automatically discoverable via a dynamic group like so::
- ping
Using this philosophy can be a great way to manage groups dynamically, without
having to maintain sep
erate inventory.
having to maintain sep
arate inventory.
.. _aws_pull:
...
...
examples/ansible.cfg
View file @
5f3ea751
...
...
@@ -23,7 +23,7 @@ sudo_user = root
transport = smart
remote_port = 22
# additional paths to search for roles in, colon sep
e
rated
# additional paths to search for roles in, colon sep
a
rated
#roles_path = /etc/ansible/roles
# uncomment this to disable SSH key host checking
...
...
@@ -82,7 +82,7 @@ ansible_managed = Ansible managed: {file} modified on %Y-%m-%d %H:%M:%S by {uid}
# to revert the behavior to pre-1.3.
#error_on_undefined_vars = False
# set plugin path directories here, sep
e
rate with colons
# set plugin path directories here, sep
a
rate with colons
action_plugins = /usr/share/ansible_plugins/action_plugins
callback_plugins = /usr/share/ansible_plugins/callback_plugins
connection_plugins = /usr/share/ansible_plugins/connection_plugins
...
...
library/files/assemble
View file @
5f3ea751
...
...
@@ -59,7 +59,7 @@ options:
default: "no"
delimiter:
description:
- A delimiter to sep
e
rate the file contents.
- A delimiter to sep
a
rate the file contents.
version_added: "1.4"
required: false
default: null
...
...
plugins/inventory/ec2.ini
View file @
5f3ea751
...
...
@@ -39,7 +39,7 @@ vpc_destination_variable = ip_address
route53
=
False
# Additionally, you can specify the list of zones to exclude looking up in
# 'route53_excluded_zones' as a comma-sep
e
rated list.
# 'route53_excluded_zones' as a comma-sep
a
rated list.
# route53_excluded_zones = samplezone1.com, samplezone2.com
# API calls to EC2 are slow. For this reason, we cache the results of an API
...
...
test/README.md
View file @
5f3ea751
...
...
@@ -16,7 +16,7 @@ integration
Integration test layer, constructed using playbooks.
Some tests may require cloud credentials, others will not, and destructive tests are sep
e
rated from non-destructive so a subset
Some tests may require cloud credentials, others will not, and destructive tests are sep
a
rated from non-destructive so a subset
can be run on development machines.
learn more
...
...
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