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
Hide whitespace changes
Inline
Side-by-side
Showing
21 changed files
with
183 additions
and
90 deletions
+183
-90
YAMLSyntax.html
+4
-1
_static/basic.css
+9
-3
_static/doctools.js
+5
-5
_static/searchtools.js
+91
-51
_static/underscore.js
+7
-0
api.html
+4
-1
bestpractices.html
+4
-1
examples.html
+4
-1
faq.html
+4
-1
genindex.html
+10
-5
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 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<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/pygments.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"
/>
<script
type=
"text/javascript"
>
var
DOCUMENTATION_OPTIONS
=
{
URL_ROOT
:
''
,
...
...
@@ -289,7 +292,7 @@ languages:
</p>
<p>
©
Copyright 2012 Michael DeHaan.
<br/>
Last updated on Aug
28
, 2012.
<br/>
Last updated on Aug
30
, 2012.
<br/>
</p>
</div>
</footer>
...
...
_static/basic.css
View file @
50094191
...
...
@@ -79,11 +79,11 @@ div.sphinxsidebar input {
font-size
:
1em
;
}
div
.sphinxsidebar
input
[
type
=
"text"
]
{
div
.sphinxsidebar
#searchbox
input
[
type
=
"text"
]
{
width
:
170px
;
}
div
.sphinxsidebar
input
[
type
=
"submit"
]
{
div
.sphinxsidebar
#searchbox
input
[
type
=
"submit"
]
{
width
:
30px
;
}
...
...
@@ -447,6 +447,11 @@ dl.glossary dt {
font-style
:
oblique
;
}
abbr
,
acronym
{
border-bottom
:
dotted
1px
;
cursor
:
help
;
}
/* -- code displays --------------------------------------------------------- */
pre
{
...
...
@@ -532,4 +537,4 @@ span.eqno {
#top-link
{
display
:
none
;
}
}
}
\ No newline at end of file
_static/doctools.js
View file @
50094191
...
...
@@ -2,7 +2,7 @@
* 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.
* :license: BSD, see LICENSE for details.
...
...
@@ -185,9 +185,9 @@ var Documentation = {
body
.
highlightText
(
this
.
toLowerCase
(),
'highlighted'
);
});
},
10
);
$
(
'<
li
class="highlight-link"><a href="javascript:Documentation.'
+
'hideSearchWords()">'
+
_
(
'Hide Search Matches'
)
+
'</a></
li
>'
)
.
appendTo
(
$
(
'
.sidebar .this-page-menu
'
));
$
(
'<
p
class="highlight-link"><a href="javascript:Documentation.'
+
'hideSearchWords()">'
+
_
(
'Hide Search Matches'
)
+
'</a></
p
>'
)
.
appendTo
(
$
(
'
#searchbox
'
));
}
},
...
...
@@ -213,7 +213,7 @@ var Documentation = {
* helper function to hide the search marks again
*/
hideSearchWords
:
function
()
{
$
(
'
.sidebar .this-page-menu li
.highlight-link'
).
fadeOut
(
300
);
$
(
'
#searchbox
.highlight-link'
).
fadeOut
(
300
);
$
(
'span.highlighted'
).
removeClass
(
'highlighted'
);
},
...
...
_static/searchtools.js
View file @
50094191
/*
* searchtools.js
* ~~~~~~~~~~~~~~
* searchtools.js
_t
* ~~~~~~~~~~~~~~
~~
*
* Sphinx JavaScript utilties for the full-text search.
*
...
...
@@ -36,10 +36,11 @@ jQuery.makeSearchSummary = function(text, keywords, hlwords) {
return
rv
;
}
/**
* Porter Stemmer
*/
var
Porter
Stemmer
=
function
()
{
var
Stemmer
=
function
()
{
var
step2list
=
{
ational
:
'ate'
,
...
...
@@ -300,20 +301,20 @@ var Search = {
},
query
:
function
(
query
)
{
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'
];
// stem the searchterms and add them to the correct list
var
stemmer
=
new
PorterStemmer
();
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"
];
// Stem the searchterms and add them to the correct list
var
stemmer
=
new
Stemmer
();
var
searchterms
=
[];
var
excluded
=
[];
var
hlterms
=
[];
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
++
)
{
if
(
tmp
[
i
]
!=
""
)
{
objectterms
.
push
(
tmp
[
i
].
toLowerCase
());
}
if
(
$u
.
indexOf
(
stopwords
,
tmp
[
i
])
!=
-
1
||
tmp
[
i
].
match
(
/^
\d
+$/
)
||
tmp
[
i
]
==
""
)
{
// skip this "word"
...
...
@@ -344,9 +345,6 @@ var Search = {
var
filenames
=
this
.
_index
.
filenames
;
var
titles
=
this
.
_index
.
titles
;
var
terms
=
this
.
_index
.
terms
;
var
objects
=
this
.
_index
.
objects
;
var
objtypes
=
this
.
_index
.
objtypes
;
var
objnames
=
this
.
_index
.
objnames
;
var
fileMap
=
{};
var
files
=
null
;
// different result priorities
...
...
@@ -357,43 +355,19 @@ var Search = {
$
(
'#search-progress'
).
empty
();
// lookup as object
if
(
object
!=
null
)
{
for
(
var
prefix
in
objects
)
{
for
(
var
name
in
objects
[
prefix
])
{
var
fullname
=
(
prefix
?
prefix
+
'.'
:
''
)
+
name
;
if
(
fullname
.
toLowerCase
().
indexOf
(
object
)
>
-
1
)
{
match
=
objects
[
prefix
][
name
];
descr
=
objnames
[
match
[
1
]][
2
]
+
_
(
', in '
)
+
titles
[
match
[
0
]];
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
;
}
}
}
}
for
(
var
i
=
0
;
i
<
objectterms
.
length
;
i
++
)
{
var
others
=
[].
concat
(
objectterms
.
slice
(
0
,
i
),
objectterms
.
slice
(
i
+
1
,
objectterms
.
length
))
var
results
=
this
.
performObjectSearch
(
objectterms
[
i
],
others
);
// Assume first word is most likely to be the object,
// other words more likely to be in description.
// Therefore put matches for earlier words first.
// (Results are eventually used in reverse order).
objectResults
=
results
[
0
].
concat
(
objectResults
);
importantResults
=
results
[
1
].
concat
(
importantResults
);
unimportantResults
=
results
[
2
].
concat
(
unimportantResults
);
}
// 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
for
(
var
i
=
0
;
i
<
searchterms
.
length
;
i
++
)
{
var
word
=
searchterms
[
i
];
...
...
@@ -513,9 +487,74 @@ var Search = {
}
}
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
]
}
}
$
(
document
).
ready
(
function
()
{
Search
.
init
();
});
});
\ No newline at end of file
_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
,
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
,
...
...
api.html
View file @
50094191
...
...
@@ -2,15 +2,18 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<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/pygments.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"
/>
<script
type=
"text/javascript"
>
var
DOCUMENTATION_OPTIONS
=
{
URL_ROOT
:
''
,
...
...
@@ -478,7 +481,7 @@ e.g.
</p>
<p>
©
Copyright 2012 Michael DeHaan.
<br/>
Last updated on Aug
28
, 2012.
<br/>
Last updated on Aug
30
, 2012.
<br/>
</p>
</div>
</footer>
...
...
bestpractices.html
View file @
50094191
...
...
@@ -2,15 +2,18 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<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/pygments.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"
/>
<script
type=
"text/javascript"
>
var
DOCUMENTATION_OPTIONS
=
{
URL_ROOT
:
''
,
...
...
@@ -348,7 +351,7 @@ different variables to different geographies.</p>
</p>
<p>
©
Copyright 2012 Michael DeHaan.
<br/>
Last updated on Aug
28
, 2012.
<br/>
Last updated on Aug
30
, 2012.
<br/>
</p>
</div>
</footer>
...
...
examples.html
View file @
50094191
...
...
@@ -2,15 +2,18 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<head>
<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>
<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/bootstrap.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/bootstrap-sphinx.css"
type=
"text/css"
/>
<script
type=
"text/javascript"
>
var
DOCUMENTATION_OPTIONS
=
{
URL_ROOT
:
''
,
...
...
@@ -459,7 +462,7 @@ what their names or IP addresses are).</p>
</p>
<p>
©
Copyright 2012 Michael DeHaan.
<br/>
Last updated on Aug
28
, 2012.
<br/>
Last updated on Aug
30
, 2012.
<br/>
</p>
</div>
</footer>
...
...
faq.html
View file @
50094191
...
...
@@ -2,15 +2,18 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<title>
FAQ
—
Ansible - SSH-Based Configuration Management
&
Deployment
</title>
<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/bootstrap.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/bootstrap-sphinx.css"
type=
"text/css"
/>
<script
type=
"text/javascript"
>
var
DOCUMENTATION_OPTIONS
=
{
URL_ROOT
:
''
,
...
...
@@ -433,7 +436,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
28
, 2012.
<br/>
Last updated on Aug
30
, 2012.
<br/>
</p>
</div>
</footer>
...
...
genindex.html
View file @
50094191
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<title>
Index
—
Ansible - SSH-Based Configuration Management
&
Deployment
</title>
<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/bootstrap.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/bootstrap-sphinx.css"
type=
"text/css"
/>
<script
type=
"text/javascript"
>
var
DOCUMENTATION_OPTIONS
=
{
URL_ROOT
:
''
,
...
...
@@ -170,11 +175,11 @@ s.parentNode.insertBefore(ga, s);
<br/>
<h1
id=
"index"
>
Index
</h1>
<h1
id=
"index"
>
Index
</h1>
<div
class=
"genindex-jumpbox"
>
</div>
<div
class=
"genindex-jumpbox"
>
</div>
<br/>
...
...
@@ -204,7 +209,7 @@ s.parentNode.insertBefore(ga, s);
</p>
<p>
©
Copyright 2012 Michael DeHaan.
<br/>
Last updated on Aug
28
, 2012.
<br/>
Last updated on Aug
30
, 2012.
<br/>
</p>
</div>
</footer>
...
...
gettingstarted.html
View file @
50094191
...
...
@@ -2,15 +2,18 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<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/pygments.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"
/>
<script
type=
"text/javascript"
>
var
DOCUMENTATION_OPTIONS
=
{
URL_ROOT
:
''
,
...
...
@@ -423,7 +426,7 @@ explore, but you already have a fully working infrastructure!</p>
</p>
<p>
©
Copyright 2012 Michael DeHaan.
<br/>
Last updated on Aug
28
, 2012.
<br/>
Last updated on Aug
30
, 2012.
<br/>
</p>
</div>
</footer>
...
...
index.html
View file @
50094191
This diff is collapsed.
Click to expand it.
moduledev.html
View file @
50094191
...
...
@@ -2,15 +2,18 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<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/pygments.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"
/>
<script
type=
"text/javascript"
>
var
DOCUMENTATION_OPTIONS
=
{
URL_ROOT
:
''
,
...
...
@@ -529,7 +532,7 @@ the program. Stop by the mailing list to inquire about requirements.</p>
</p>
<p>
©
Copyright 2012 Michael DeHaan.
<br/>
Last updated on Aug
28
, 2012.
<br/>
Last updated on Aug
30
, 2012.
<br/>
</p>
</div>
</footer>
...
...
modules.html
View file @
50094191
This diff is collapsed.
Click to expand it.
patterns.html
View file @
50094191
...
...
@@ -2,15 +2,18 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<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/pygments.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"
/>
<script
type=
"text/javascript"
>
var
DOCUMENTATION_OPTIONS
=
{
URL_ROOT
:
''
,
...
...
@@ -407,7 +410,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
28
, 2012.
<br/>
Last updated on Aug
30
, 2012.
<br/>
</p>
</div>
</footer>
...
...
playbooks.html
View file @
50094191
...
...
@@ -2,15 +2,18 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<title>
Playbooks
—
Ansible - SSH-Based Configuration Management
&
Deployment
</title>
<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/bootstrap.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/bootstrap-sphinx.css"
type=
"text/css"
/>
<script
type=
"text/javascript"
>
var
DOCUMENTATION_OPTIONS
=
{
URL_ROOT
:
''
,
...
...
@@ -569,7 +572,7 @@ can do this:</p>
</p>
<p>
©
Copyright 2012 Michael DeHaan.
<br/>
Last updated on Aug
28
, 2012.
<br/>
Last updated on Aug
30
, 2012.
<br/>
</p>
</div>
</footer>
...
...
playbooks2.html
View file @
50094191
...
...
@@ -2,15 +2,18 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<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/pygments.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"
/>
<script
type=
"text/javascript"
>
var
DOCUMENTATION_OPTIONS
=
{
URL_ROOT
:
''
,
...
...
@@ -754,7 +757,7 @@ place to set such a default is in a group variable.</p>
</p>
<p>
©
Copyright 2012 Michael DeHaan.
<br/>
Last updated on Aug
28
, 2012.
<br/>
Last updated on Aug
30
, 2012.
<br/>
</p>
</div>
</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:
.. include:: modules/yum.rst
Additional Contrib Modules
``````````````````````````
...
...
search.html
View file @
50094191
...
...
@@ -2,15 +2,18 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<title>
Search
—
Ansible - SSH-Based Configuration Management
&
Deployment
</title>
<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/bootstrap.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"_static/bootstrap-sphinx.css"
type=
"text/css"
/>
<script
type=
"text/javascript"
>
var
DOCUMENTATION_OPTIONS
=
{
URL_ROOT
:
''
,
...
...
@@ -221,7 +224,7 @@ s.parentNode.insertBefore(ga, s);
</p>
<p>
©
Copyright 2012 Michael DeHaan.
<br/>
Last updated on Aug
28
, 2012.
<br/>
Last updated on Aug
30
, 2012.
<br/>
</p>
</div>
</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 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html
xmlns=
"http://www.w3.org/1999/xhtml"
>
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=utf-8"
/>
<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/pygments.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"
/>
<script
type=
"text/javascript"
>
var
DOCUMENTATION_OPTIONS
=
{
URL_ROOT
:
''
,
...
...
@@ -182,45 +185,45 @@ s.parentNode.insertBefore(ga, s);
<col
width=
"47%"
/>
</colgroup>
<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>
</tr>
</thead>
<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>
</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>
</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>
</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>
</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>
</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>
</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>
</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>
</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>
</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>
</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>
</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>
</tr>
</tbody>
...
...
@@ -269,7 +272,7 @@ s.parentNode.insertBefore(ga, s);
</p>
<p>
©
Copyright 2012 Michael DeHaan.
<br/>
Last updated on Aug
28
, 2012.
<br/>
Last updated on Aug
30
, 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