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
88433eb9
Commit
88433eb9
authored
Oct 03, 2012
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo / rebuild
parent
826c71fc
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
playbooks.html
+1
-1
rst/playbooks.rst
+1
-1
searchindex.js
+0
-0
No files found.
playbooks.html
View file @
88433eb9
...
...
@@ -251,7 +251,7 @@ server group, then more commands back on the webservers group, etc.</p>
action: service name=httpd state=started
handlers:
- name: restart apache
action: service name=
apache
state=restarted
</pre>
action: service name=
httpd
state=restarted
</pre>
</div>
<p>
Below, we
’
ll break down what the various features of the playbook language are.
</p>
</div>
...
...
rst/playbooks.rst
View file @
88433eb9
...
...
@@ -61,7 +61,7 @@ For starters, here's a playbook that contains just one play::
action
:
service
name
=
httpd
state
=
started
handlers
:
-
name
:
restart
apache
action
:
service
name
=
apache
state
=
restarted
action
:
service
name
=
httpd
state
=
restarted
Below
,
we
'll break down what the various features of the playbook language are.
...
...
searchindex.js
View file @
88433eb9
This diff is collapsed.
Click to expand it.
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