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
50094191
Commit
50094191
authored
Aug 30, 2012
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add line in file, rebuild
parent
a2e5d38f
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
21 changed files
with
178 additions
and
87 deletions
+178
-87
YAMLSyntax.html
+4
-1
_static/basic.css
+7
-2
_static/doctools.js
+5
-5
_static/searchtools.js
+89
-50
_static/underscore.js
+7
-0
api.html
+4
-1
bestpractices.html
+4
-1
examples.html
+4
-1
faq.html
+4
-1
genindex.html
+9
-4
gettingstarted.html
+4
-1
index.html
+0
-0
moduledev.html
+4
-1
modules.html
+0
-0
patterns.html
+4
-1
playbooks.html
+4
-1
playbooks2.html
+4
-1
rst/modules.rst
+0
-1
search.html
+4
-1
searchindex.js
+0
-0
who_uses_ansible.html
+17
-14
No files found.
YAMLSyntax.html
View file @
50094191
...
@@ -2,15 +2,18 @@
...
@@ -2,15 +2,18 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<head>
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<title>
YAML Syntax
—
Ansible - SSH-Based Configuration Management
&
Deployment
</title>
<title>
YAML Syntax
—
Ansible - SSH-Based Configuration Management
&
Deployment
</title>
<link
rel=
"stylesheet"
href=
"_static/default.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/default.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/pygments.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/pygments.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/bootstrap.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/bootstrap.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/bootstrap-sphinx.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/bootstrap-sphinx.css"
type=
"text/css"
/>
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
var
DOCUMENTATION_OPTIONS
=
{
var
DOCUMENTATION_OPTIONS
=
{
URL_ROOT
:
''
,
URL_ROOT
:
''
,
...
@@ -289,7 +292,7 @@ languages:
...
@@ -289,7 +292,7 @@ languages:
</p>
</p>
<p>
<p>
©
Copyright 2012 Michael DeHaan.
<br/>
©
Copyright 2012 Michael DeHaan.
<br/>
Last updated on Aug
28
, 2012.
<br/>
Last updated on Aug
30
, 2012.
<br/>
</p>
</p>
</div>
</div>
</footer>
</footer>
...
...
_static/basic.css
View file @
50094191
...
@@ -79,11 +79,11 @@ div.sphinxsidebar input {
...
@@ -79,11 +79,11 @@ div.sphinxsidebar input {
font-size
:
1em
;
font-size
:
1em
;
}
}
div
.sphinxsidebar
input
[
type
=
"text"
]
{
div
.sphinxsidebar
#searchbox
input
[
type
=
"text"
]
{
width
:
170px
;
width
:
170px
;
}
}
div
.sphinxsidebar
input
[
type
=
"submit"
]
{
div
.sphinxsidebar
#searchbox
input
[
type
=
"submit"
]
{
width
:
30px
;
width
:
30px
;
}
}
...
@@ -447,6 +447,11 @@ dl.glossary dt {
...
@@ -447,6 +447,11 @@ dl.glossary dt {
font-style
:
oblique
;
font-style
:
oblique
;
}
}
abbr
,
acronym
{
border-bottom
:
dotted
1px
;
cursor
:
help
;
}
/* -- code displays --------------------------------------------------------- */
/* -- code displays --------------------------------------------------------- */
pre
{
pre
{
...
...
_static/doctools.js
View file @
50094191
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
* doctools.js
* doctools.js
* ~~~~~~~~~~~
* ~~~~~~~~~~~
*
*
* Sphinx JavaScript utilties for all documentation.
* Sphinx JavaScript util
i
ties for all documentation.
*
*
* :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS.
* :copyright: Copyright 2007-2011 by the Sphinx team, see AUTHORS.
* :license: BSD, see LICENSE for details.
* :license: BSD, see LICENSE for details.
...
@@ -185,9 +185,9 @@ var Documentation = {
...
@@ -185,9 +185,9 @@ var Documentation = {
body
.
highlightText
(
this
.
toLowerCase
(),
'highlighted'
);
body
.
highlightText
(
this
.
toLowerCase
(),
'highlighted'
);
});
});
},
10
);
},
10
);
$
(
'<
li
class="highlight-link"><a href="javascript:Documentation.'
+
$
(
'<
p
class="highlight-link"><a href="javascript:Documentation.'
+
'hideSearchWords()">'
+
_
(
'Hide Search Matches'
)
+
'</a></
li
>'
)
'hideSearchWords()">'
+
_
(
'Hide Search Matches'
)
+
'</a></
p
>'
)
.
appendTo
(
$
(
'
.sidebar .this-page-menu
'
));
.
appendTo
(
$
(
'
#searchbox
'
));
}
}
},
},
...
@@ -213,7 +213,7 @@ var Documentation = {
...
@@ -213,7 +213,7 @@ var Documentation = {
* helper function to hide the search marks again
* helper function to hide the search marks again
*/
*/
hideSearchWords
:
function
()
{
hideSearchWords
:
function
()
{
$
(
'
.sidebar .this-page-menu li
.highlight-link'
).
fadeOut
(
300
);
$
(
'
#searchbox
.highlight-link'
).
fadeOut
(
300
);
$
(
'span.highlighted'
).
removeClass
(
'highlighted'
);
$
(
'span.highlighted'
).
removeClass
(
'highlighted'
);
},
},
...
...
_static/searchtools.js
View file @
50094191
/*
/*
* searchtools.js
* searchtools.js
_t
* ~~~~~~~~~~~~~~
* ~~~~~~~~~~~~~~
~~
*
*
* Sphinx JavaScript utilties for the full-text search.
* Sphinx JavaScript utilties for the full-text search.
*
*
...
@@ -36,10 +36,11 @@ jQuery.makeSearchSummary = function(text, keywords, hlwords) {
...
@@ -36,10 +36,11 @@ jQuery.makeSearchSummary = function(text, keywords, hlwords) {
return
rv
;
return
rv
;
}
}
/**
/**
* Porter Stemmer
* Porter Stemmer
*/
*/
var
Porter
Stemmer
=
function
()
{
var
Stemmer
=
function
()
{
var
step2list
=
{
var
step2list
=
{
ational
:
'ate'
,
ational
:
'ate'
,
...
@@ -300,20 +301,20 @@ var Search = {
...
@@ -300,20 +301,20 @@ var Search = {
},
},
query
:
function
(
query
)
{
query
:
function
(
query
)
{
var
stopwords
=
[
'and'
,
'then'
,
'into'
,
'it'
,
'as'
,
'are'
,
'in'
,
var
stopwords
=
[
"and"
,
"then"
,
"into"
,
"it"
,
"as"
,
"are"
,
"in"
,
"if"
,
"for"
,
"no"
,
"there"
,
"their"
,
"was"
,
"is"
,
"be"
,
"to"
,
"that"
,
"but"
,
"they"
,
"not"
,
"such"
,
"with"
,
"by"
,
"a"
,
"on"
,
"these"
,
"of"
,
"will"
,
"this"
,
"near"
,
"the"
,
"or"
,
"at"
];
'if'
,
'for'
,
'no'
,
'there'
,
'their'
,
'was'
,
'is'
,
'be'
,
'to'
,
'that'
,
'but'
,
'they'
,
'not'
,
'such'
,
// Stem the searchterms and add them to the correct list
'with'
,
'by'
,
'a'
,
'on'
,
'these'
,
'of'
,
'will'
,
var
stemmer
=
new
Stemmer
();
'this'
,
'near'
,
'the'
,
'or'
,
'at'
];
// stem the searchterms and add them to the correct list
var
stemmer
=
new
PorterStemmer
();
var
searchterms
=
[];
var
searchterms
=
[];
var
excluded
=
[];
var
excluded
=
[];
var
hlterms
=
[];
var
hlterms
=
[];
var
tmp
=
query
.
split
(
/
\s
+/
);
var
tmp
=
query
.
split
(
/
\s
+/
);
var
object
=
(
tmp
.
length
==
1
)
?
tmp
[
0
].
toLowerCase
()
:
null
;
var
object
terms
=
[]
;
for
(
var
i
=
0
;
i
<
tmp
.
length
;
i
++
)
{
for
(
var
i
=
0
;
i
<
tmp
.
length
;
i
++
)
{
if
(
tmp
[
i
]
!=
""
)
{
objectterms
.
push
(
tmp
[
i
].
toLowerCase
());
}
if
(
$u
.
indexOf
(
stopwords
,
tmp
[
i
])
!=
-
1
||
tmp
[
i
].
match
(
/^
\d
+$/
)
||
if
(
$u
.
indexOf
(
stopwords
,
tmp
[
i
])
!=
-
1
||
tmp
[
i
].
match
(
/^
\d
+$/
)
||
tmp
[
i
]
==
""
)
{
tmp
[
i
]
==
""
)
{
// skip this "word"
// skip this "word"
...
@@ -344,9 +345,6 @@ var Search = {
...
@@ -344,9 +345,6 @@ var Search = {
var
filenames
=
this
.
_index
.
filenames
;
var
filenames
=
this
.
_index
.
filenames
;
var
titles
=
this
.
_index
.
titles
;
var
titles
=
this
.
_index
.
titles
;
var
terms
=
this
.
_index
.
terms
;
var
terms
=
this
.
_index
.
terms
;
var
objects
=
this
.
_index
.
objects
;
var
objtypes
=
this
.
_index
.
objtypes
;
var
objnames
=
this
.
_index
.
objnames
;
var
fileMap
=
{};
var
fileMap
=
{};
var
files
=
null
;
var
files
=
null
;
// different result priorities
// different result priorities
...
@@ -357,42 +355,18 @@ var Search = {
...
@@ -357,42 +355,18 @@ var Search = {
$
(
'#search-progress'
).
empty
();
$
(
'#search-progress'
).
empty
();
// lookup as object
// lookup as object
if
(
object
!=
null
)
{
for
(
var
i
=
0
;
i
<
objectterms
.
length
;
i
++
)
{
for
(
var
prefix
in
objects
)
{
var
others
=
[].
concat
(
objectterms
.
slice
(
0
,
i
),
for
(
var
name
in
objects
[
prefix
])
{
objectterms
.
slice
(
i
+
1
,
objectterms
.
length
))
var
fullname
=
(
prefix
?
prefix
+
'.'
:
''
)
+
name
;
var
results
=
this
.
performObjectSearch
(
objectterms
[
i
],
others
);
if
(
fullname
.
toLowerCase
().
indexOf
(
object
)
>
-
1
)
{
// Assume first word is most likely to be the object,
match
=
objects
[
prefix
][
name
];
// other words more likely to be in description.
descr
=
objnames
[
match
[
1
]][
2
]
+
_
(
', in '
)
+
titles
[
match
[
0
]];
// Therefore put matches for earlier words first.
anchor
=
match
[
3
];
// (Results are eventually used in reverse order).
if
(
anchor
==
''
)
objectResults
=
results
[
0
].
concat
(
objectResults
);
anchor
=
fullname
;
importantResults
=
results
[
1
].
concat
(
importantResults
);
else
if
(
anchor
==
'-'
)
unimportantResults
=
results
[
2
].
concat
(
unimportantResults
);
anchor
=
objnames
[
match
[
1
]][
1
]
+
'-'
+
fullname
;
result
=
[
filenames
[
match
[
0
]],
fullname
,
'#'
+
anchor
,
descr
];
switch
(
match
[
2
])
{
case
1
:
objectResults
.
push
(
result
);
break
;
case
0
:
importantResults
.
push
(
result
);
break
;
case
2
:
unimportantResults
.
push
(
result
);
break
;
}
}
}
}
}
}
// sort results descending
objectResults
.
sort
(
function
(
a
,
b
)
{
return
(
a
[
1
]
>
b
[
1
])
?
-
1
:
((
a
[
1
]
<
b
[
1
])
?
1
:
0
);
});
importantResults
.
sort
(
function
(
a
,
b
)
{
return
(
a
[
1
]
>
b
[
1
])
?
-
1
:
((
a
[
1
]
<
b
[
1
])
?
1
:
0
);
});
unimportantResults
.
sort
(
function
(
a
,
b
)
{
return
(
a
[
1
]
>
b
[
1
])
?
-
1
:
((
a
[
1
]
<
b
[
1
])
?
1
:
0
);
});
// perform the search on the required terms
// perform the search on the required terms
for
(
var
i
=
0
;
i
<
searchterms
.
length
;
i
++
)
{
for
(
var
i
=
0
;
i
<
searchterms
.
length
;
i
++
)
{
...
@@ -513,6 +487,71 @@ var Search = {
...
@@ -513,6 +487,71 @@ var Search = {
}
}
}
}
displayNextItem
();
displayNextItem
();
},
performObjectSearch
:
function
(
object
,
otherterms
)
{
var
filenames
=
this
.
_index
.
filenames
;
var
objects
=
this
.
_index
.
objects
;
var
objnames
=
this
.
_index
.
objnames
;
var
titles
=
this
.
_index
.
titles
;
var
importantResults
=
[];
var
objectResults
=
[];
var
unimportantResults
=
[];
for
(
var
prefix
in
objects
)
{
for
(
var
name
in
objects
[
prefix
])
{
var
fullname
=
(
prefix
?
prefix
+
'.'
:
''
)
+
name
;
if
(
fullname
.
toLowerCase
().
indexOf
(
object
)
>
-
1
)
{
var
match
=
objects
[
prefix
][
name
];
var
objname
=
objnames
[
match
[
1
]][
2
];
var
title
=
titles
[
match
[
0
]];
// If more than one term searched for, we require other words to be
// found in the name/title/description
if
(
otherterms
.
length
>
0
)
{
var
haystack
=
(
prefix
+
' '
+
name
+
' '
+
objname
+
' '
+
title
).
toLowerCase
();
var
allfound
=
true
;
for
(
var
i
=
0
;
i
<
otherterms
.
length
;
i
++
)
{
if
(
haystack
.
indexOf
(
otherterms
[
i
])
==
-
1
)
{
allfound
=
false
;
break
;
}
}
if
(
!
allfound
)
{
continue
;
}
}
var
descr
=
objname
+
_
(
', in '
)
+
title
;
anchor
=
match
[
3
];
if
(
anchor
==
''
)
anchor
=
fullname
;
else
if
(
anchor
==
'-'
)
anchor
=
objnames
[
match
[
1
]][
1
]
+
'-'
+
fullname
;
result
=
[
filenames
[
match
[
0
]],
fullname
,
'#'
+
anchor
,
descr
];
switch
(
match
[
2
])
{
case
1
:
objectResults
.
push
(
result
);
break
;
case
0
:
importantResults
.
push
(
result
);
break
;
case
2
:
unimportantResults
.
push
(
result
);
break
;
}
}
}
}
// sort results descending
objectResults
.
sort
(
function
(
a
,
b
)
{
return
(
a
[
1
]
>
b
[
1
])
?
-
1
:
((
a
[
1
]
<
b
[
1
])
?
1
:
0
);
});
importantResults
.
sort
(
function
(
a
,
b
)
{
return
(
a
[
1
]
>
b
[
1
])
?
-
1
:
((
a
[
1
]
<
b
[
1
])
?
1
:
0
);
});
unimportantResults
.
sort
(
function
(
a
,
b
)
{
return
(
a
[
1
]
>
b
[
1
])
?
-
1
:
((
a
[
1
]
<
b
[
1
])
?
1
:
0
);
});
return
[
importantResults
,
objectResults
,
unimportantResults
]
}
}
}
}
...
...
_static/underscore.js
View file @
50094191
// Underscore.js 0.5.5
// (c) 2009 Jeremy Ashkenas, DocumentCloud Inc.
// Underscore is freely distributable under the terms of the MIT license.
// Portions of Underscore are inspired by or borrowed from Prototype.js,
// Oliver Steele's Functional, and John Resig's Micro-Templating.
// For all details and documentation:
// http://documentcloud.github.com/underscore/
(
function
(){
var
j
=
this
,
n
=
j
.
_
,
i
=
function
(
a
){
this
.
_wrapped
=
a
},
m
=
typeof
StopIteration
!==
"undefined"
?
StopIteration
:
"__break__"
,
b
=
j
.
_
=
function
(
a
){
return
new
i
(
a
)};
if
(
typeof
exports
!==
"undefined"
)
exports
.
_
=
b
;
var
k
=
Array
.
prototype
.
slice
,
o
=
Array
.
prototype
.
unshift
,
p
=
Object
.
prototype
.
toString
,
q
=
Object
.
prototype
.
hasOwnProperty
,
r
=
Object
.
prototype
.
propertyIsEnumerable
;
b
.
VERSION
=
"0.5.5"
;
b
.
each
=
function
(
a
,
c
,
d
){
try
{
if
(
a
.
forEach
)
a
.
forEach
(
c
,
d
);
else
if
(
b
.
isArray
(
a
)
||
b
.
isArguments
(
a
))
for
(
var
e
=
0
,
f
=
a
.
length
;
e
<
f
;
e
++
)
c
.
call
(
d
,
(
function
(){
var
j
=
this
,
n
=
j
.
_
,
i
=
function
(
a
){
this
.
_wrapped
=
a
},
m
=
typeof
StopIteration
!==
"undefined"
?
StopIteration
:
"__break__"
,
b
=
j
.
_
=
function
(
a
){
return
new
i
(
a
)};
if
(
typeof
exports
!==
"undefined"
)
exports
.
_
=
b
;
var
k
=
Array
.
prototype
.
slice
,
o
=
Array
.
prototype
.
unshift
,
p
=
Object
.
prototype
.
toString
,
q
=
Object
.
prototype
.
hasOwnProperty
,
r
=
Object
.
prototype
.
propertyIsEnumerable
;
b
.
VERSION
=
"0.5.5"
;
b
.
each
=
function
(
a
,
c
,
d
){
try
{
if
(
a
.
forEach
)
a
.
forEach
(
c
,
d
);
else
if
(
b
.
isArray
(
a
)
||
b
.
isArguments
(
a
))
for
(
var
e
=
0
,
f
=
a
.
length
;
e
<
f
;
e
++
)
c
.
call
(
d
,
a
[
e
],
e
,
a
);
else
{
var
g
=
b
.
keys
(
a
);
f
=
g
.
length
;
for
(
e
=
0
;
e
<
f
;
e
++
)
c
.
call
(
d
,
a
[
g
[
e
]],
g
[
e
],
a
)}}
catch
(
h
){
if
(
h
!=
m
)
throw
h
;}
return
a
};
b
.
map
=
function
(
a
,
c
,
d
){
if
(
a
&&
b
.
isFunction
(
a
.
map
))
return
a
.
map
(
c
,
d
);
var
e
=
[];
b
.
each
(
a
,
function
(
f
,
g
,
h
){
e
.
push
(
c
.
call
(
d
,
f
,
g
,
h
))});
return
e
};
b
.
reduce
=
function
(
a
,
c
,
d
,
e
){
if
(
a
&&
b
.
isFunction
(
a
.
reduce
))
return
a
.
reduce
(
b
.
bind
(
d
,
e
),
c
);
b
.
each
(
a
,
function
(
f
,
g
,
h
){
c
=
d
.
call
(
e
,
c
,
f
,
g
,
h
)});
return
c
};
b
.
reduceRight
=
function
(
a
,
c
,
d
,
e
){
if
(
a
&&
b
.
isFunction
(
a
.
reduceRight
))
return
a
.
reduceRight
(
b
.
bind
(
d
,
e
),
c
);
a
[
e
],
e
,
a
);
else
{
var
g
=
b
.
keys
(
a
);
f
=
g
.
length
;
for
(
e
=
0
;
e
<
f
;
e
++
)
c
.
call
(
d
,
a
[
g
[
e
]],
g
[
e
],
a
)}}
catch
(
h
){
if
(
h
!=
m
)
throw
h
;}
return
a
};
b
.
map
=
function
(
a
,
c
,
d
){
if
(
a
&&
b
.
isFunction
(
a
.
map
))
return
a
.
map
(
c
,
d
);
var
e
=
[];
b
.
each
(
a
,
function
(
f
,
g
,
h
){
e
.
push
(
c
.
call
(
d
,
f
,
g
,
h
))});
return
e
};
b
.
reduce
=
function
(
a
,
c
,
d
,
e
){
if
(
a
&&
b
.
isFunction
(
a
.
reduce
))
return
a
.
reduce
(
b
.
bind
(
d
,
e
),
c
);
b
.
each
(
a
,
function
(
f
,
g
,
h
){
c
=
d
.
call
(
e
,
c
,
f
,
g
,
h
)});
return
c
};
b
.
reduceRight
=
function
(
a
,
c
,
d
,
e
){
if
(
a
&&
b
.
isFunction
(
a
.
reduceRight
))
return
a
.
reduceRight
(
b
.
bind
(
d
,
e
),
c
);
var
f
=
b
.
clone
(
b
.
toArray
(
a
)).
reverse
();
b
.
each
(
f
,
function
(
g
,
h
){
c
=
d
.
call
(
e
,
c
,
g
,
h
,
a
)});
return
c
};
b
.
detect
=
function
(
a
,
c
,
d
){
var
e
;
b
.
each
(
a
,
function
(
f
,
g
,
h
){
if
(
c
.
call
(
d
,
f
,
g
,
h
)){
e
=
f
;
b
.
breakLoop
()}});
return
e
};
b
.
select
=
function
(
a
,
c
,
d
){
if
(
a
&&
b
.
isFunction
(
a
.
filter
))
return
a
.
filter
(
c
,
d
);
var
e
=
[];
b
.
each
(
a
,
function
(
f
,
g
,
h
){
c
.
call
(
d
,
f
,
g
,
h
)
&&
e
.
push
(
f
)});
return
e
};
b
.
reject
=
function
(
a
,
c
,
d
){
var
e
=
[];
b
.
each
(
a
,
function
(
f
,
g
,
h
){
!
c
.
call
(
d
,
f
,
g
,
h
)
&&
e
.
push
(
f
)});
return
e
};
b
.
all
=
function
(
a
,
c
,
d
){
c
=
c
||
b
.
identity
;
if
(
a
&&
b
.
isFunction
(
a
.
every
))
return
a
.
every
(
c
,
var
f
=
b
.
clone
(
b
.
toArray
(
a
)).
reverse
();
b
.
each
(
f
,
function
(
g
,
h
){
c
=
d
.
call
(
e
,
c
,
g
,
h
,
a
)});
return
c
};
b
.
detect
=
function
(
a
,
c
,
d
){
var
e
;
b
.
each
(
a
,
function
(
f
,
g
,
h
){
if
(
c
.
call
(
d
,
f
,
g
,
h
)){
e
=
f
;
b
.
breakLoop
()}});
return
e
};
b
.
select
=
function
(
a
,
c
,
d
){
if
(
a
&&
b
.
isFunction
(
a
.
filter
))
return
a
.
filter
(
c
,
d
);
var
e
=
[];
b
.
each
(
a
,
function
(
f
,
g
,
h
){
c
.
call
(
d
,
f
,
g
,
h
)
&&
e
.
push
(
f
)});
return
e
};
b
.
reject
=
function
(
a
,
c
,
d
){
var
e
=
[];
b
.
each
(
a
,
function
(
f
,
g
,
h
){
!
c
.
call
(
d
,
f
,
g
,
h
)
&&
e
.
push
(
f
)});
return
e
};
b
.
all
=
function
(
a
,
c
,
d
){
c
=
c
||
b
.
identity
;
if
(
a
&&
b
.
isFunction
(
a
.
every
))
return
a
.
every
(
c
,
...
...
api.html
View file @
50094191
...
@@ -2,15 +2,18 @@
...
@@ -2,15 +2,18 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<head>
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<title>
API
&
Integrations
—
Ansible - SSH-Based Configuration Management
&
Deployment
</title>
<title>
API
&
Integrations
—
Ansible - SSH-Based Configuration Management
&
Deployment
</title>
<link
rel=
"stylesheet"
href=
"_static/default.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/default.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/pygments.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/pygments.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/bootstrap.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/bootstrap.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/bootstrap-sphinx.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/bootstrap-sphinx.css"
type=
"text/css"
/>
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
var
DOCUMENTATION_OPTIONS
=
{
var
DOCUMENTATION_OPTIONS
=
{
URL_ROOT
:
''
,
URL_ROOT
:
''
,
...
@@ -478,7 +481,7 @@ e.g.
...
@@ -478,7 +481,7 @@ e.g.
</p>
</p>
<p>
<p>
©
Copyright 2012 Michael DeHaan.
<br/>
©
Copyright 2012 Michael DeHaan.
<br/>
Last updated on Aug
28
, 2012.
<br/>
Last updated on Aug
30
, 2012.
<br/>
</p>
</p>
</div>
</div>
</footer>
</footer>
...
...
bestpractices.html
View file @
50094191
...
@@ -2,15 +2,18 @@
...
@@ -2,15 +2,18 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<head>
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<title>
Best Practices
—
Ansible - SSH-Based Configuration Management
&
Deployment
</title>
<title>
Best Practices
—
Ansible - SSH-Based Configuration Management
&
Deployment
</title>
<link
rel=
"stylesheet"
href=
"_static/default.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/default.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/pygments.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/pygments.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/bootstrap.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/bootstrap.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/bootstrap-sphinx.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/bootstrap-sphinx.css"
type=
"text/css"
/>
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
var
DOCUMENTATION_OPTIONS
=
{
var
DOCUMENTATION_OPTIONS
=
{
URL_ROOT
:
''
,
URL_ROOT
:
''
,
...
@@ -348,7 +351,7 @@ different variables to different geographies.</p>
...
@@ -348,7 +351,7 @@ different variables to different geographies.</p>
</p>
</p>
<p>
<p>
©
Copyright 2012 Michael DeHaan.
<br/>
©
Copyright 2012 Michael DeHaan.
<br/>
Last updated on Aug
28
, 2012.
<br/>
Last updated on Aug
30
, 2012.
<br/>
</p>
</p>
</div>
</div>
</footer>
</footer>
...
...
examples.html
View file @
50094191
...
@@ -2,15 +2,18 @@
...
@@ -2,15 +2,18 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<head>
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<title>
Command Line Examples And Next Steps
—
Ansible - SSH-Based Configuration Management
&
Deployment
</title>
<title>
Command Line Examples And Next Steps
—
Ansible - SSH-Based Configuration Management
&
Deployment
</title>
<link
rel=
"stylesheet"
href=
"_static/default.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/default.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/pygments.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/pygments.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/bootstrap.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/bootstrap.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/bootstrap-sphinx.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/bootstrap-sphinx.css"
type=
"text/css"
/>
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
var
DOCUMENTATION_OPTIONS
=
{
var
DOCUMENTATION_OPTIONS
=
{
URL_ROOT
:
''
,
URL_ROOT
:
''
,
...
@@ -459,7 +462,7 @@ what their names or IP addresses are).</p>
...
@@ -459,7 +462,7 @@ what their names or IP addresses are).</p>
</p>
</p>
<p>
<p>
©
Copyright 2012 Michael DeHaan.
<br/>
©
Copyright 2012 Michael DeHaan.
<br/>
Last updated on Aug
28
, 2012.
<br/>
Last updated on Aug
30
, 2012.
<br/>
</p>
</p>
</div>
</div>
</footer>
</footer>
...
...
faq.html
View file @
50094191
...
@@ -2,15 +2,18 @@
...
@@ -2,15 +2,18 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<head>
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<title>
FAQ
—
Ansible - SSH-Based Configuration Management
&
Deployment
</title>
<title>
FAQ
—
Ansible - SSH-Based Configuration Management
&
Deployment
</title>
<link
rel=
"stylesheet"
href=
"_static/default.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/default.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/pygments.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/pygments.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/bootstrap.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/bootstrap.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/bootstrap-sphinx.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/bootstrap-sphinx.css"
type=
"text/css"
/>
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
var
DOCUMENTATION_OPTIONS
=
{
var
DOCUMENTATION_OPTIONS
=
{
URL_ROOT
:
''
,
URL_ROOT
:
''
,
...
@@ -433,7 +436,7 @@ tasks – whether for a QA sytem, build system, or anything you can think of
...
@@ -433,7 +436,7 @@ tasks – whether for a QA sytem, build system, or anything you can think of
</p>
</p>
<p>
<p>
©
Copyright 2012 Michael DeHaan.
<br/>
©
Copyright 2012 Michael DeHaan.
<br/>
Last updated on Aug
28
, 2012.
<br/>
Last updated on Aug
30
, 2012.
<br/>
</p>
</p>
</div>
</div>
</footer>
</footer>
...
...
genindex.html
View file @
50094191
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<head>
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<title>
Index
—
Ansible - SSH-Based Configuration Management
&
Deployment
</title>
<title>
Index
—
Ansible - SSH-Based Configuration Management
&
Deployment
</title>
<link
rel=
"stylesheet"
href=
"_static/default.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/default.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/pygments.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/pygments.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/bootstrap.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/bootstrap.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/bootstrap-sphinx.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/bootstrap-sphinx.css"
type=
"text/css"
/>
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
var
DOCUMENTATION_OPTIONS
=
{
var
DOCUMENTATION_OPTIONS
=
{
URL_ROOT
:
''
,
URL_ROOT
:
''
,
...
@@ -170,11 +175,11 @@ s.parentNode.insertBefore(ga, s);
...
@@ -170,11 +175,11 @@ s.parentNode.insertBefore(ga, s);
<br/>
<br/>
<h1
id=
"index"
>
Index
</h1>
<h1
id=
"index"
>
Index
</h1>
<div
class=
"genindex-jumpbox"
>
<div
class=
"genindex-jumpbox"
>
</div>
</div>
<br/>
<br/>
...
@@ -204,7 +209,7 @@ s.parentNode.insertBefore(ga, s);
...
@@ -204,7 +209,7 @@ s.parentNode.insertBefore(ga, s);
</p>
</p>
<p>
<p>
©
Copyright 2012 Michael DeHaan.
<br/>
©
Copyright 2012 Michael DeHaan.
<br/>
Last updated on Aug
28
, 2012.
<br/>
Last updated on Aug
30
, 2012.
<br/>
</p>
</p>
</div>
</div>
</footer>
</footer>
...
...
gettingstarted.html
View file @
50094191
...
@@ -2,15 +2,18 @@
...
@@ -2,15 +2,18 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<head>
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<title>
Getting Started
—
Ansible - SSH-Based Configuration Management
&
Deployment
</title>
<title>
Getting Started
—
Ansible - SSH-Based Configuration Management
&
Deployment
</title>
<link
rel=
"stylesheet"
href=
"_static/default.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/default.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/pygments.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/pygments.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/bootstrap.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/bootstrap.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/bootstrap-sphinx.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/bootstrap-sphinx.css"
type=
"text/css"
/>
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
var
DOCUMENTATION_OPTIONS
=
{
var
DOCUMENTATION_OPTIONS
=
{
URL_ROOT
:
''
,
URL_ROOT
:
''
,
...
@@ -423,7 +426,7 @@ explore, but you already have a fully working infrastructure!</p>
...
@@ -423,7 +426,7 @@ explore, but you already have a fully working infrastructure!</p>
</p>
</p>
<p>
<p>
©
Copyright 2012 Michael DeHaan.
<br/>
©
Copyright 2012 Michael DeHaan.
<br/>
Last updated on Aug
28
, 2012.
<br/>
Last updated on Aug
30
, 2012.
<br/>
</p>
</p>
</div>
</div>
</footer>
</footer>
...
...
index.html
View file @
50094191
This diff is collapsed.
Click to expand it.
moduledev.html
View file @
50094191
...
@@ -2,15 +2,18 @@
...
@@ -2,15 +2,18 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<head>
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<title>
Module Development
—
Ansible - SSH-Based Configuration Management
&
Deployment
</title>
<title>
Module Development
—
Ansible - SSH-Based Configuration Management
&
Deployment
</title>
<link
rel=
"stylesheet"
href=
"_static/default.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/default.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/pygments.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/pygments.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/bootstrap.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/bootstrap.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/bootstrap-sphinx.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/bootstrap-sphinx.css"
type=
"text/css"
/>
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
var
DOCUMENTATION_OPTIONS
=
{
var
DOCUMENTATION_OPTIONS
=
{
URL_ROOT
:
''
,
URL_ROOT
:
''
,
...
@@ -529,7 +532,7 @@ the program. Stop by the mailing list to inquire about requirements.</p>
...
@@ -529,7 +532,7 @@ the program. Stop by the mailing list to inquire about requirements.</p>
</p>
</p>
<p>
<p>
©
Copyright 2012 Michael DeHaan.
<br/>
©
Copyright 2012 Michael DeHaan.
<br/>
Last updated on Aug
28
, 2012.
<br/>
Last updated on Aug
30
, 2012.
<br/>
</p>
</p>
</div>
</div>
</footer>
</footer>
...
...
modules.html
View file @
50094191
This diff is collapsed.
Click to expand it.
patterns.html
View file @
50094191
...
@@ -2,15 +2,18 @@
...
@@ -2,15 +2,18 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<head>
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<title>
Inventory
&
Patterns
—
Ansible - SSH-Based Configuration Management
&
Deployment
</title>
<title>
Inventory
&
Patterns
—
Ansible - SSH-Based Configuration Management
&
Deployment
</title>
<link
rel=
"stylesheet"
href=
"_static/default.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/default.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/pygments.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/pygments.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/bootstrap.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/bootstrap.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/bootstrap-sphinx.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/bootstrap-sphinx.css"
type=
"text/css"
/>
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
var
DOCUMENTATION_OPTIONS
=
{
var
DOCUMENTATION_OPTIONS
=
{
URL_ROOT
:
''
,
URL_ROOT
:
''
,
...
@@ -407,7 +410,7 @@ Ansible 0.7. Ansible 0.6 includes a <a class="reference external" href="https:/
...
@@ -407,7 +410,7 @@ Ansible 0.7. Ansible 0.6 includes a <a class="reference external" href="https:/
</p>
</p>
<p>
<p>
©
Copyright 2012 Michael DeHaan.
<br/>
©
Copyright 2012 Michael DeHaan.
<br/>
Last updated on Aug
28
, 2012.
<br/>
Last updated on Aug
30
, 2012.
<br/>
</p>
</p>
</div>
</div>
</footer>
</footer>
...
...
playbooks.html
View file @
50094191
...
@@ -2,15 +2,18 @@
...
@@ -2,15 +2,18 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<head>
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<title>
Playbooks
—
Ansible - SSH-Based Configuration Management
&
Deployment
</title>
<title>
Playbooks
—
Ansible - SSH-Based Configuration Management
&
Deployment
</title>
<link
rel=
"stylesheet"
href=
"_static/default.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/default.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/pygments.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/pygments.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/bootstrap.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/bootstrap.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/bootstrap-sphinx.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/bootstrap-sphinx.css"
type=
"text/css"
/>
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
var
DOCUMENTATION_OPTIONS
=
{
var
DOCUMENTATION_OPTIONS
=
{
URL_ROOT
:
''
,
URL_ROOT
:
''
,
...
@@ -569,7 +572,7 @@ can do this:</p>
...
@@ -569,7 +572,7 @@ can do this:</p>
</p>
</p>
<p>
<p>
©
Copyright 2012 Michael DeHaan.
<br/>
©
Copyright 2012 Michael DeHaan.
<br/>
Last updated on Aug
28
, 2012.
<br/>
Last updated on Aug
30
, 2012.
<br/>
</p>
</p>
</div>
</div>
</footer>
</footer>
...
...
playbooks2.html
View file @
50094191
...
@@ -2,15 +2,18 @@
...
@@ -2,15 +2,18 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<head>
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<title>
Advanced Playbooks
—
Ansible - SSH-Based Configuration Management
&
Deployment
</title>
<title>
Advanced Playbooks
—
Ansible - SSH-Based Configuration Management
&
Deployment
</title>
<link
rel=
"stylesheet"
href=
"_static/default.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/default.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/pygments.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/pygments.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/bootstrap.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/bootstrap.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/bootstrap-sphinx.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/bootstrap-sphinx.css"
type=
"text/css"
/>
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
var
DOCUMENTATION_OPTIONS
=
{
var
DOCUMENTATION_OPTIONS
=
{
URL_ROOT
:
''
,
URL_ROOT
:
''
,
...
@@ -754,7 +757,7 @@ place to set such a default is in a group variable.</p>
...
@@ -754,7 +757,7 @@ place to set such a default is in a group variable.</p>
</p>
</p>
<p>
<p>
©
Copyright 2012 Michael DeHaan.
<br/>
©
Copyright 2012 Michael DeHaan.
<br/>
Last updated on Aug
28
, 2012.
<br/>
Last updated on Aug
30
, 2012.
<br/>
</p>
</p>
</div>
</div>
</footer>
</footer>
...
...
rst/modules.rst
View file @
50094191
...
@@ -77,7 +77,6 @@ Let's see what's available in the Ansible module library, out of the box:
...
@@ -77,7 +77,6 @@ Let's see what's available in the Ansible module library, out of the box:
.. include:: modules/yum.rst
.. include:: modules/yum.rst
Additional Contrib Modules
Additional Contrib Modules
``````````````````````````
``````````````````````````
...
...
search.html
View file @
50094191
...
@@ -2,15 +2,18 @@
...
@@ -2,15 +2,18 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<head>
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<title>
Search
—
Ansible - SSH-Based Configuration Management
&
Deployment
</title>
<title>
Search
—
Ansible - SSH-Based Configuration Management
&
Deployment
</title>
<link
rel=
"stylesheet"
href=
"_static/default.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/default.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/pygments.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/pygments.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/bootstrap.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/bootstrap.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/bootstrap-sphinx.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/bootstrap-sphinx.css"
type=
"text/css"
/>
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
var
DOCUMENTATION_OPTIONS
=
{
var
DOCUMENTATION_OPTIONS
=
{
URL_ROOT
:
''
,
URL_ROOT
:
''
,
...
@@ -221,7 +224,7 @@ s.parentNode.insertBefore(ga, s);
...
@@ -221,7 +224,7 @@ s.parentNode.insertBefore(ga, s);
</p>
</p>
<p>
<p>
©
Copyright 2012 Michael DeHaan.
<br/>
©
Copyright 2012 Michael DeHaan.
<br/>
Last updated on Aug
28
, 2012.
<br/>
Last updated on Aug
30
, 2012.
<br/>
</p>
</p>
</div>
</div>
</footer>
</footer>
...
...
searchindex.js
View file @
50094191
This diff is collapsed.
Click to expand it.
who_uses_ansible.html
View file @
50094191
...
@@ -2,15 +2,18 @@
...
@@ -2,15 +2,18 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<head>
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<title>
Who Uses Ansible
—
Ansible - SSH-Based Configuration Management
&
Deployment
</title>
<title>
Who Uses Ansible
—
Ansible - SSH-Based Configuration Management
&
Deployment
</title>
<link
rel=
"stylesheet"
href=
"_static/default.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/default.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/pygments.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/pygments.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/bootstrap.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/bootstrap.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/bootstrap-sphinx.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/bootstrap-sphinx.css"
type=
"text/css"
/>
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
var
DOCUMENTATION_OPTIONS
=
{
var
DOCUMENTATION_OPTIONS
=
{
URL_ROOT
:
''
,
URL_ROOT
:
''
,
...
@@ -182,45 +185,45 @@ s.parentNode.insertBefore(ga, s);
...
@@ -182,45 +185,45 @@ s.parentNode.insertBefore(ga, s);
<col
width=
"47%"
/>
<col
width=
"47%"
/>
</colgroup>
</colgroup>
<thead
valign=
"bottom"
>
<thead
valign=
"bottom"
>
<tr><th
class=
"head"
>
Who They Are
</th>
<tr
class=
"row-odd"
><th
class=
"head"
>
Who They Are
</th>
<th
class=
"head"
>
What They Do
</th>
<th
class=
"head"
>
What They Do
</th>
</tr>
</tr>
</thead>
</thead>
<tbody
valign=
"top"
>
<tbody
valign=
"top"
>
<tr><td><a
class=
"reference external"
href=
"http://www.altalang.com"
>
Alta Language Services
</a></td>
<tr
class=
"row-even"
><td><a
class=
"reference external"
href=
"http://www.altalang.com"
>
Alta Language Services
</a></td>
<td>
Language testing, solutions, and translation services
</td>
<td>
Language testing, solutions, and translation services
</td>
</tr>
</tr>
<tr><td><a
class=
"reference external"
href=
"http://basho.com"
>
Basho
</a></td>
<tr
class=
"row-odd"
><td><a
class=
"reference external"
href=
"http://basho.com"
>
Basho
</a></td>
<td>
Makers of NoSQL key-value store Riak
</td>
<td>
Makers of NoSQL key-value store Riak
</td>
</tr>
</tr>
<tr><td><a
class=
"reference external"
href=
"http://cygate.se"
>
Cygate AB
</a></td>
<tr
class=
"row-even"
><td><a
class=
"reference external"
href=
"http://cygate.se"
>
Cygate AB
</a></td>
<td>
IT solutions from Malmö, Sweden
</td>
<td>
IT solutions from Malmö, Sweden
</td>
</tr>
</tr>
<tr><td><a
class=
"reference external"
href=
"http://dagit.net"
>
Dag IT Solutions
</a></td>
<tr
class=
"row-odd"
><td><a
class=
"reference external"
href=
"http://dagit.net"
>
Dag IT Solutions
</a></td>
<td>
“
Enterprise Linux and Beyond
”
</td>
<td>
“
Enterprise Linux and Beyond
”
</td>
</tr>
</tr>
<tr><td><a
class=
"reference external"
href=
"http://fedoraproject.org"
>
Fedora Project
</a></td>
<tr
class=
"row-even"
><td><a
class=
"reference external"
href=
"http://fedoraproject.org"
>
Fedora Project
</a></td>
<td>
Produces the popular Linux distribution
</td>
<td>
Produces the popular Linux distribution
</td>
</tr>
</tr>
<tr><td><a
class=
"reference external"
href=
"http://fourkitchens.com"
>
Four Kitchens
</a></td>
<tr
class=
"row-odd"
><td><a
class=
"reference external"
href=
"http://fourkitchens.com"
>
Four Kitchens
</a></td>
<td>
“
The Drupal Experts
”
</td>
<td>
“
The Drupal Experts
”
</td>
</tr>
</tr>
<tr><td><a
class=
"reference external"
href=
"http://lizenzfrei.at/"
>
Lizenzfrei
</a></td>
<tr
class=
"row-even"
><td><a
class=
"reference external"
href=
"http://lizenzfrei.at/"
>
Lizenzfrei
</a></td>
<td>
Open source consulting and development, Austria
</td>
<td>
Open source consulting and development, Austria
</td>
</tr>
</tr>
<tr><td><a
class=
"reference external"
href=
"http://www.schmoozecom.com/"
>
Schmooze Com
</a></td>
<tr
class=
"row-odd"
><td><a
class=
"reference external"
href=
"http://www.schmoozecom.com/"
>
Schmooze Com
</a></td>
<td>
Creators of Industry-Leading PBX Platforms
</td>
<td>
Creators of Industry-Leading PBX Platforms
</td>
</tr>
</tr>
<tr><td><a
class=
"reference external"
href=
"http://skylin.es"
>
Skyline.es
</a></td>
<tr
class=
"row-even"
><td><a
class=
"reference external"
href=
"http://skylin.es"
>
Skyline.es
</a></td>
<td>
Realtime Photo Search Engine
</td>
<td>
Realtime Photo Search Engine
</td>
</tr>
</tr>
<tr><td><a
class=
"reference external"
href=
"http://steelhouse.com"
>
Steelhouse
</a></td>
<tr
class=
"row-odd"
><td><a
class=
"reference external"
href=
"http://steelhouse.com"
>
Steelhouse
</a></td>
<td>
Behavioral Commerce
</td>
<td>
Behavioral Commerce
</td>
</tr>
</tr>
<tr><td><a
class=
"reference external"
href=
"http://www.t-f-t.net/"
>
Tomorrow Focus Technologies GmbH
</a></td>
<tr
class=
"row-even"
><td><a
class=
"reference external"
href=
"http://www.t-f-t.net/"
>
Tomorrow Focus Technologies GmbH
</a></td>
<td>
Running some of the biggest web sites in Europe
</td>
<td>
Running some of the biggest web sites in Europe
</td>
</tr>
</tr>
<tr><td><a
class=
"reference external"
href=
"http://123i.com.br"
>
123i.com.br
</a></td>
<tr
class=
"row-odd"
><td><a
class=
"reference external"
href=
"http://123i.com.br"
>
123i.com.br
</a></td>
<td>
Find real estate in Brazil
</td>
<td>
Find real estate in Brazil
</td>
</tr>
</tr>
</tbody>
</tbody>
...
@@ -269,7 +272,7 @@ s.parentNode.insertBefore(ga, s);
...
@@ -269,7 +272,7 @@ s.parentNode.insertBefore(ga, s);
</p>
</p>
<p>
<p>
©
Copyright 2012 Michael DeHaan.
<br/>
©
Copyright 2012 Michael DeHaan.
<br/>
Last updated on Aug
28
, 2012.
<br/>
Last updated on Aug
30
, 2012.
<br/>
</p>
</p>
</div>
</div>
</footer>
</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