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
8dd5a4f0
Commit
8dd5a4f0
authored
Oct 02, 2013
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor playbooks doc tweaks.
parent
a9a62066
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
4 deletions
+11
-4
docsite/latest/rst/playbooks.rst
+11
-4
No files found.
docsite/latest/rst/playbooks.rst
View file @
8dd5a4f0
...
...
@@ -7,9 +7,10 @@ Intro to Playbooks
About
Playbooks
```````````````
Playbooks
are
a
completely
different
way
to
use
ansible
than
in
task
execution
mode
,
and
are
particularly
powerful
.
Simply
put
,
playbooks
are
the
basis
for
a
really
simple
configuration
management
and
multi
-
machine
deployment
system
,
Playbooks
are
a
completely
different
way
to
use
ansible
than
in
adhoc
task
execution
mode
,
and
are
particularly
powerful
.
Simply
put
,
playbooks
are
the
basis
for
a
really
simple
configuration
management
and
multi
-
machine
deployment
system
,
unlike
any
that
already
exist
,
and
one
that
is
very
well
suited
to
deploying
complex
applications
.
Playbooks
can
declare
configurations
,
but
they
can
also
orchestrate
steps
of
...
...
@@ -35,7 +36,9 @@ index after you're done with this section.
Playbook
Language
Example
`````````````````````````
Playbooks
are
expressed
in
YAML
format
and
have
a
minimum
of
syntax
.
Playbooks
are
expressed
in
YAML
format
(
see
:
doc
:`
YAMLSyntax
`)
and
have
a
minimum
of
syntax
,
which
intentionally
tries
to
not
be
a
programming
language
or
script
,
but
rather
a
model
of
a
configuration
or
a
process
.
Each
playbook
is
composed
of
one
or
more
'plays'
in
a
list
.
The
goal
of
a
play
is
to
map
a
group
of
hosts
to
some
well
defined
roles
,
represented
by
...
...
@@ -47,6 +50,10 @@ orchestrate multi-machine deployments, running certain steps on all
machines
in
the
webservers
group
,
then
certain
steps
on
the
database
server
group
,
then
more
commands
back
on
the
webservers
group
,
etc
.
"plays"
are
more
or
less
a
sports
analogy
.
You
can
have
quite
a
lot
of
plays
that
affect
your
systems
to
do
different
things
.
It
's not as if you were just defining one particular state or model, and you
can run different plays at different times.
For starters, here'
s
a
playbook
that
contains
just
one
play
::
---
...
...
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