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
3aceae57
Commit
3aceae57
authored
Feb 23, 2013
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixup documentation formatting
parent
a5e4f446
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
docsite/rst/playbooks.rst
+1
-1
docsite/rst/playbooks2.rst
+1
-1
No files found.
docsite/rst/playbooks.rst
View file @
3aceae57
...
@@ -296,7 +296,7 @@ won't need them for much else.
...
@@ -296,7 +296,7 @@ won't need them for much else.
Task
Include
Files
And
Encouraging
Reuse
Task
Include
Files
And
Encouraging
Reuse
```````````````````````````````````
```````````````````````````````````
`````
Suppose
you
want
to
reuse
lists
of
tasks
between
plays
or
playbooks
.
You
can
use
Suppose
you
want
to
reuse
lists
of
tasks
between
plays
or
playbooks
.
You
can
use
include
files
to
do
this
.
Use
of
included
task
lists
is
a
great
way
to
define
a
role
include
files
to
do
this
.
Use
of
included
task
lists
is
a
great
way
to
define
a
role
...
...
docsite/rst/playbooks2.rst
View file @
3aceae57
...
@@ -996,7 +996,7 @@ Here is a top level example playbook that loads variables from an external file
...
@@ -996,7 +996,7 @@ Here is a top level example playbook that loads variables from an external file
external file. You will note that we use a list (using with_items) as a parameter on the include
external file. You will note that we use a list (using with_items) as a parameter on the include
statement::
statement::
---
-
---
# file: playbook-demo.yml
# file: playbook-demo.yml
hosts: all
hosts: all
...
...
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