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
d80f4624
Commit
d80f4624
authored
Apr 28, 2014
by
Jeffrey 'jf' Lim
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Obvious quick fixes:
- extra 'the' in intro_inventory - capitalization in playbooks_roles
parent
d2819e22
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
docsite/rst/intro_inventory.rst
+1
-1
docsite/rst/playbooks_roles.rst
+1
-1
No files found.
docsite/rst/intro_inventory.rst
View file @
d80f4624
...
...
@@ -142,7 +142,7 @@ Splitting Out Host and Group Specific Data
The preferred practice in Ansible is actually not to store variables in the main inventory file.
In addition to
the
storing variables directly in the INI file, host
In addition to storing variables directly in the INI file, host
and group variables can be stored in individual files relative to the
inventory file.
...
...
docsite/rst/playbooks_roles.rst
View file @
d80f4624
...
...
@@ -210,7 +210,7 @@ If any files are not present, they are just ignored. So it's ok to not have a '
for instance.
Note, you are still allowed to list tasks, vars_files, and handlers "loose" in playbooks without using roles,
but roles are a good organizational feature and are highly recommended.
i
f there are loose things in the playbook,
but roles are a good organizational feature and are highly recommended.
I
f there are loose things in the playbook,
the roles are evaluated first.
Also, should you wish to parameterize roles, by adding variables, you can do so, like this::
...
...
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