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
df53801e
Commit
df53801e
authored
Aug 10, 2012
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix doc example
parent
ce9401be
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
18 changed files
with
18 additions
and
18 deletions
+18
-18
YAMLSyntax.html
+1
-1
api.html
+1
-1
bestpractices.html
+1
-1
examples.html
+1
-1
faq.html
+1
-1
genindex.html
+1
-1
gettingstarted.html
+1
-1
glossary.html
+1
-1
index.html
+1
-1
moduledev.html
+1
-1
modules.html
+2
-2
patterns.html
+1
-1
playbooks.html
+1
-1
playbooks2.html
+1
-1
rst/modules.rst
+1
-1
search.html
+1
-1
searchindex.js
+0
-0
who_uses_ansible.html
+1
-1
No files found.
YAMLSyntax.html
View file @
df53801e
...
...
@@ -290,7 +290,7 @@ languages:
</p>
<p>
©
Copyright 2012 Michael DeHaan.
<br/>
Last updated on Aug
09
, 2012.
<br/>
Last updated on Aug
10
, 2012.
<br/>
</p>
</div>
</footer>
...
...
api.html
View file @
df53801e
...
...
@@ -470,7 +470,7 @@ e.g.
</p>
<p>
©
Copyright 2012 Michael DeHaan.
<br/>
Last updated on Aug
09
, 2012.
<br/>
Last updated on Aug
10
, 2012.
<br/>
</p>
</div>
</footer>
...
...
bestpractices.html
View file @
df53801e
...
...
@@ -341,7 +341,7 @@ different variables to different geographies.</p>
</p>
<p>
©
Copyright 2012 Michael DeHaan.
<br/>
Last updated on Aug
09
, 2012.
<br/>
Last updated on Aug
10
, 2012.
<br/>
</p>
</div>
</footer>
...
...
examples.html
View file @
df53801e
...
...
@@ -437,7 +437,7 @@ a simplified syntax for this.</p>
</p>
<p>
©
Copyright 2012 Michael DeHaan.
<br/>
Last updated on Aug
09
, 2012.
<br/>
Last updated on Aug
10
, 2012.
<br/>
</p>
</div>
</footer>
...
...
faq.html
View file @
df53801e
...
...
@@ -410,7 +410,7 @@ tasks – whether for a QA sytem, build system, or anything you can think of
</p>
<p>
©
Copyright 2012 Michael DeHaan.
<br/>
Last updated on Aug
09
, 2012.
<br/>
Last updated on Aug
10
, 2012.
<br/>
</p>
</div>
</footer>
...
...
genindex.html
View file @
df53801e
...
...
@@ -205,7 +205,7 @@ s.parentNode.insertBefore(ga, s);
</p>
<p>
©
Copyright 2012 Michael DeHaan.
<br/>
Last updated on Aug
09
, 2012.
<br/>
Last updated on Aug
10
, 2012.
<br/>
</p>
</div>
</footer>
...
...
gettingstarted.html
View file @
df53801e
...
...
@@ -391,7 +391,7 @@ explore, but you already have a fully working infrastructure!</p>
</p>
<p>
©
Copyright 2012 Michael DeHaan.
<br/>
Last updated on Aug
09
, 2012.
<br/>
Last updated on Aug
10
, 2012.
<br/>
</p>
</div>
</footer>
...
...
glossary.html
View file @
df53801e
...
...
@@ -261,7 +261,7 @@ is templated and transferred, is the example of a task.</p>
</p>
<p>
©
Copyright 2012 Michael DeHaan.
<br/>
Last updated on Aug
09
, 2012.
<br/>
Last updated on Aug
10
, 2012.
<br/>
</p>
</div>
</footer>
...
...
index.html
View file @
df53801e
...
...
@@ -415,7 +415,7 @@ Puppet Labs, and is now with <a class="reference external" href="http://rpath.co
</p>
<p>
©
Copyright 2012 Michael DeHaan.
<br/>
Last updated on Aug
09
, 2012.
<br/>
Last updated on Aug
10
, 2012.
<br/>
</p>
</div>
</footer>
...
...
moduledev.html
View file @
df53801e
...
...
@@ -512,7 +512,7 @@ the program. Stop by the mailing list to inquire about requirements.</p>
</p>
<p>
©
Copyright 2012 Michael DeHaan.
<br/>
Last updated on Aug
09
, 2012.
<br/>
Last updated on Aug
10
, 2012.
<br/>
</p>
</div>
</footer>
...
...
modules.html
View file @
df53801e
...
...
@@ -1258,7 +1258,7 @@ using the ‘shell’ or ‘command’ module is much more appro
only output is returned. There is no error detection or change handler support
for this module.
</p>
<p>
Example from
<cite>
/usr/bin/ansible
</cite>
to bootstrap a legacy python 2.4 host:
</p>
<div
class=
"highlight-python"
><pre>
ansible newhost.example.com
raw -a "yum
install python-simplejson"
</pre>
<div
class=
"highlight-python"
><pre>
ansible newhost.example.com
-m raw -a "yum -y
install python-simplejson"
</pre>
</div>
</div>
<div
class=
"section"
id=
"service"
>
...
...
@@ -1771,7 +1771,7 @@ yum name=httpd state=installed</pre>
</p>
<p>
©
Copyright 2012 Michael DeHaan.
<br/>
Last updated on Aug
09
, 2012.
<br/>
Last updated on Aug
10
, 2012.
<br/>
</p>
</div>
</footer>
...
...
patterns.html
View file @
df53801e
...
...
@@ -387,7 +387,7 @@ Ansible 0.7. Ansible 0.6 includes a <a class="reference external" href="https:/
</p>
<p>
©
Copyright 2012 Michael DeHaan.
<br/>
Last updated on Aug
09
, 2012.
<br/>
Last updated on Aug
10
, 2012.
<br/>
</p>
</div>
</footer>
...
...
playbooks.html
View file @
df53801e
...
...
@@ -547,7 +547,7 @@ package is installed. Try it!</p>
</p>
<p>
©
Copyright 2012 Michael DeHaan.
<br/>
Last updated on Aug
09
, 2012.
<br/>
Last updated on Aug
10
, 2012.
<br/>
</p>
</div>
</footer>
...
...
playbooks2.html
View file @
df53801e
...
...
@@ -635,7 +635,7 @@ logs from ansible-pull runs would be an excellent way to gather and analyze remo
</p>
<p>
©
Copyright 2012 Michael DeHaan.
<br/>
Last updated on Aug
09
, 2012.
<br/>
Last updated on Aug
10
, 2012.
<br/>
</p>
</div>
</footer>
...
...
rst/modules.rst
View file @
df53801e
...
...
@@ -680,7 +680,7 @@ for this module.
Example from `/usr/bin/ansible` to bootstrap a legacy python 2.4 host::
ansible newhost.example.com
raw -a "yum
install python-simplejson"
ansible newhost.example.com
-m raw -a "yum -y
install python-simplejson"
.. _service:
...
...
search.html
View file @
df53801e
...
...
@@ -222,7 +222,7 @@ s.parentNode.insertBefore(ga, s);
</p>
<p>
©
Copyright 2012 Michael DeHaan.
<br/>
Last updated on Aug
09
, 2012.
<br/>
Last updated on Aug
10
, 2012.
<br/>
</p>
</div>
</footer>
...
...
searchindex.js
View file @
df53801e
This diff is collapsed.
Click to expand it.
who_uses_ansible.html
View file @
df53801e
...
...
@@ -264,7 +264,7 @@ s.parentNode.insertBefore(ga, s);
</p>
<p>
©
Copyright 2012 Michael DeHaan.
<br/>
Last updated on Aug
09
, 2012.
<br/>
Last updated on Aug
10
, 2012.
<br/>
</p>
</div>
</footer>
...
...
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