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
ee20586d
Commit
ee20586d
authored
Apr 28, 2012
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Attempt to cleanup rendering of social buttons
parent
57c4559a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
170 additions
and
143 deletions
+170
-143
YAMLSyntax.html
+13
-11
_themes/bootstrap/layout.html
+14
-11
api.html
+13
-11
examples.html
+13
-11
faq.html
+13
-11
genindex.html
+13
-11
gettingstarted.html
+13
-11
index.html
+13
-11
moduledev.html
+13
-11
modules.html
+13
-11
patterns.html
+13
-11
playbooks.html
+13
-11
search.html
+13
-11
searchindex.js
+0
-0
No files found.
YAMLSyntax.html
View file @
ee20586d
...
@@ -83,6 +83,7 @@
...
@@ -83,6 +83,7 @@
});
});
}());
}());
</script>
</script>
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
var
_gaq
=
_gaq
||
[];
var
_gaq
=
_gaq
||
[];
...
@@ -99,7 +100,15 @@ s.parentNode.insertBefore(ga, s);
...
@@ -99,7 +100,15 @@ s.parentNode.insertBefore(ga, s);
})();
})();
</script>
</script>
<div
id=
"fb-root"
></div>
<script
type=
"text/javascript"
>
(
function
()
{
var
po
=
document
.
createElement
(
'script'
);
po
.
type
=
'text/javascript'
;
po
.
async
=
true
;
po
.
src
=
'https://apis.google.com/js/plusone.js'
;
var
s
=
document
.
getElementsByTagName
(
'script'
)[
0
];
s
.
parentNode
.
insertBefore
(
po
,
s
);
})();
</script>
<script>
(
function
(
d
,
s
,
id
)
{
<script>
(
function
(
d
,
s
,
id
)
{
var
js
,
fjs
=
d
.
getElementsByTagName
(
s
)[
0
];
var
js
,
fjs
=
d
.
getElementsByTagName
(
s
)[
0
];
if
(
d
.
getElementById
(
id
))
return
;
if
(
d
.
getElementById
(
id
))
return
;
...
@@ -258,20 +267,13 @@ languages:
...
@@ -258,20 +267,13 @@ languages:
<div
class=
"container"
>
<div
class=
"container"
>
<p
class=
"pull-right"
><a
href=
"#"
>
Back to top
</a></p>
<p
class=
"pull-right"
><a
href=
"#"
>
Back to top
</a></p>
<p>
<p>
<div
id=
"fb-root"
></div>
<a
href=
"https://twitter.com/share"
class=
"twitter-share-button"
data-text=
"ansible.github.com"
>
Share On Twitter
</a>
<a
href=
"https://twitter.com/share"
class=
"twitter-share-button"
data-text=
"ansible.github.com"
>
Share On Twitter
</a>
<script>
!
function
(
d
,
s
,
id
){
var
js
,
fjs
=
d
.
getElementsByTagName
(
s
)[
0
];
if
(
!
d
.
getElementById
(
id
)){
js
=
d
.
createElement
(
s
);
js
.
id
=
id
;
js
.
src
=
"//platform.twitter.com/widgets.js"
;
fjs
.
parentNode
.
insertBefore
(
js
,
fjs
);}}(
document
,
"script"
,
"twitter-wjs"
);
</script>
<script>
!
function
(
d
,
s
,
id
){
var
js
,
fjs
=
d
.
getElementsByTagName
(
s
)[
0
];
if
(
!
d
.
getElementById
(
id
)){
js
=
d
.
createElement
(
s
);
js
.
id
=
id
;
js
.
src
=
"//platform.twitter.com/widgets.js"
;
fjs
.
parentNode
.
insertBefore
(
js
,
fjs
);}}(
document
,
"script"
,
"twitter-wjs"
);
</script>
<!-- Place this tag where you want the +1 button to render -->
<g:plusone
annotation=
"inline"
></g:plusone>
<g:plusone
annotation=
"inline"
></g:plusone>
<br/>
<!-- Place this render call where appropriate -->
<script
type=
"text/javascript"
>
(
function
()
{
var
po
=
document
.
createElement
(
'script'
);
po
.
type
=
'text/javascript'
;
po
.
async
=
true
;
po
.
src
=
'https://apis.google.com/js/plusone.js'
;
var
s
=
document
.
getElementsByTagName
(
'script'
)[
0
];
s
.
parentNode
.
insertBefore
(
po
,
s
);
})();
</script>
<div
class=
"fb-like"
data-href=
"http://ansible.github.com"
data-send=
"true"
data-width=
"450"
data-show-faces=
"false"
></div>
<div
class=
"fb-like"
data-href=
"http://ansible.github.com"
data-send=
"true"
data-width=
"450"
data-show-faces=
"false"
></div>
<br/>
©
Copyright 2012 Michael DeHaan.
<br/>
©
Copyright 2012 Michael DeHaan.
<br/>
Last updated on Apr 28, 2012.
<br/>
Last updated on Apr 28, 2012.
<br/>
Created using
<a
href=
"http://sphinx.pocoo.org/"
>
Sphinx
</a>
1.0.8.
<br/>
Created using
<a
href=
"http://sphinx.pocoo.org/"
>
Sphinx
</a>
1.0.8.
<br/>
...
...
_themes/bootstrap/layout.html
View file @
ee20586d
...
@@ -80,6 +80,7 @@
...
@@ -80,6 +80,7 @@
});
});
}());
}());
</script>
</script>
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
var
_gaq
=
_gaq
||
[];
var
_gaq
=
_gaq
||
[];
...
@@ -96,7 +97,15 @@ s.parentNode.insertBefore(ga, s);
...
@@ -96,7 +97,15 @@ s.parentNode.insertBefore(ga, s);
})();
})();
</script>
</script>
<div
id=
"fb-root"
></div>
<script
type=
"text/javascript"
>
(
function
()
{
var
po
=
document
.
createElement
(
'script'
);
po
.
type
=
'text/javascript'
;
po
.
async
=
true
;
po
.
src
=
'https://apis.google.com/js/plusone.js'
;
var
s
=
document
.
getElementsByTagName
(
'script'
)[
0
];
s
.
parentNode
.
insertBefore
(
po
,
s
);
})();
</script>
<script>
(
function
(
d
,
s
,
id
)
{
<script>
(
function
(
d
,
s
,
id
)
{
var
js
,
fjs
=
d
.
getElementsByTagName
(
s
)[
0
];
var
js
,
fjs
=
d
.
getElementsByTagName
(
s
)[
0
];
if
(
d
.
getElementById
(
id
))
return
;
if
(
d
.
getElementById
(
id
))
return
;
...
@@ -131,20 +140,14 @@ s.parentNode.insertBefore(ga, s);
...
@@ -131,20 +140,14 @@ s.parentNode.insertBefore(ga, s);
<div
class=
"container"
>
<div
class=
"container"
>
<p
class=
"pull-right"
><a
href=
"#"
>
Back to top
</a></p>
<p
class=
"pull-right"
><a
href=
"#"
>
Back to top
</a></p>
<p>
<p>
<div
id=
"fb-root"
></div>
<a
href=
"https://twitter.com/share"
class=
"twitter-share-button"
data-text=
"ansible.github.com"
>
Share On Twitter
</a>
<a
href=
"https://twitter.com/share"
class=
"twitter-share-button"
data-text=
"ansible.github.com"
>
Share On Twitter
</a>
<script>
!
function
(
d
,
s
,
id
){
var
js
,
fjs
=
d
.
getElementsByTagName
(
s
)[
0
];
if
(
!
d
.
getElementById
(
id
)){
js
=
d
.
createElement
(
s
);
js
.
id
=
id
;
js
.
src
=
"//platform.twitter.com/widgets.js"
;
fjs
.
parentNode
.
insertBefore
(
js
,
fjs
);}}(
document
,
"script"
,
"twitter-wjs"
);
</script>
<script>
!
function
(
d
,
s
,
id
){
var
js
,
fjs
=
d
.
getElementsByTagName
(
s
)[
0
];
if
(
!
d
.
getElementById
(
id
)){
js
=
d
.
createElement
(
s
);
js
.
id
=
id
;
js
.
src
=
"//platform.twitter.com/widgets.js"
;
fjs
.
parentNode
.
insertBefore
(
js
,
fjs
);}}(
document
,
"script"
,
"twitter-wjs"
);
</script>
<!-- Place this tag where you want the +1 button to render -->
<g:plusone
annotation=
"inline"
></g:plusone>
<g:plusone
annotation=
"inline"
></g:plusone>
<br/>
<!-- Place this render call where appropriate -->
<script
type=
"text/javascript"
>
(
function
()
{
var
po
=
document
.
createElement
(
'script'
);
po
.
type
=
'text/javascript'
;
po
.
async
=
true
;
po
.
src
=
'https://apis.google.com/js/plusone.js'
;
var
s
=
document
.
getElementsByTagName
(
'script'
)[
0
];
s
.
parentNode
.
insertBefore
(
po
,
s
);
})();
</script>
<div
class=
"fb-like"
data-href=
"http://ansible.github.com"
data-send=
"true"
data-width=
"450"
data-show-faces=
"false"
></div>
<div
class=
"fb-like"
data-href=
"http://ansible.github.com"
data-send=
"true"
data-width=
"450"
data-show-faces=
"false"
></div>
<br/>
{%- if show_copyright %}
{%- if show_copyright %}
{%- if hasdoc('copyright') %}
{%- if hasdoc('copyright') %}
{% trans path=pathto('copyright'), copyright=copyright|e %}
©
<a
href=
"{{ path }}"
>
Copyright
</a>
{{ copyright }}.{% endtrans %}
<br/>
{% trans path=pathto('copyright'), copyright=copyright|e %}
©
<a
href=
"{{ path }}"
>
Copyright
</a>
{{ copyright }}.{% endtrans %}
<br/>
...
...
api.html
View file @
ee20586d
...
@@ -83,6 +83,7 @@
...
@@ -83,6 +83,7 @@
});
});
}());
}());
</script>
</script>
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
var
_gaq
=
_gaq
||
[];
var
_gaq
=
_gaq
||
[];
...
@@ -99,7 +100,15 @@ s.parentNode.insertBefore(ga, s);
...
@@ -99,7 +100,15 @@ s.parentNode.insertBefore(ga, s);
})();
})();
</script>
</script>
<div
id=
"fb-root"
></div>
<script
type=
"text/javascript"
>
(
function
()
{
var
po
=
document
.
createElement
(
'script'
);
po
.
type
=
'text/javascript'
;
po
.
async
=
true
;
po
.
src
=
'https://apis.google.com/js/plusone.js'
;
var
s
=
document
.
getElementsByTagName
(
'script'
)[
0
];
s
.
parentNode
.
insertBefore
(
po
,
s
);
})();
</script>
<script>
(
function
(
d
,
s
,
id
)
{
<script>
(
function
(
d
,
s
,
id
)
{
var
js
,
fjs
=
d
.
getElementsByTagName
(
s
)[
0
];
var
js
,
fjs
=
d
.
getElementsByTagName
(
s
)[
0
];
if
(
d
.
getElementById
(
id
))
return
;
if
(
d
.
getElementById
(
id
))
return
;
...
@@ -342,20 +351,13 @@ a conf.d file appropriately or something similar. Who knows.</p>
...
@@ -342,20 +351,13 @@ a conf.d file appropriately or something similar. Who knows.</p>
<div
class=
"container"
>
<div
class=
"container"
>
<p
class=
"pull-right"
><a
href=
"#"
>
Back to top
</a></p>
<p
class=
"pull-right"
><a
href=
"#"
>
Back to top
</a></p>
<p>
<p>
<div
id=
"fb-root"
></div>
<a
href=
"https://twitter.com/share"
class=
"twitter-share-button"
data-text=
"ansible.github.com"
>
Share On Twitter
</a>
<a
href=
"https://twitter.com/share"
class=
"twitter-share-button"
data-text=
"ansible.github.com"
>
Share On Twitter
</a>
<script>
!
function
(
d
,
s
,
id
){
var
js
,
fjs
=
d
.
getElementsByTagName
(
s
)[
0
];
if
(
!
d
.
getElementById
(
id
)){
js
=
d
.
createElement
(
s
);
js
.
id
=
id
;
js
.
src
=
"//platform.twitter.com/widgets.js"
;
fjs
.
parentNode
.
insertBefore
(
js
,
fjs
);}}(
document
,
"script"
,
"twitter-wjs"
);
</script>
<script>
!
function
(
d
,
s
,
id
){
var
js
,
fjs
=
d
.
getElementsByTagName
(
s
)[
0
];
if
(
!
d
.
getElementById
(
id
)){
js
=
d
.
createElement
(
s
);
js
.
id
=
id
;
js
.
src
=
"//platform.twitter.com/widgets.js"
;
fjs
.
parentNode
.
insertBefore
(
js
,
fjs
);}}(
document
,
"script"
,
"twitter-wjs"
);
</script>
<!-- Place this tag where you want the +1 button to render -->
<g:plusone
annotation=
"inline"
></g:plusone>
<g:plusone
annotation=
"inline"
></g:plusone>
<br/>
<!-- Place this render call where appropriate -->
<script
type=
"text/javascript"
>
(
function
()
{
var
po
=
document
.
createElement
(
'script'
);
po
.
type
=
'text/javascript'
;
po
.
async
=
true
;
po
.
src
=
'https://apis.google.com/js/plusone.js'
;
var
s
=
document
.
getElementsByTagName
(
'script'
)[
0
];
s
.
parentNode
.
insertBefore
(
po
,
s
);
})();
</script>
<div
class=
"fb-like"
data-href=
"http://ansible.github.com"
data-send=
"true"
data-width=
"450"
data-show-faces=
"false"
></div>
<div
class=
"fb-like"
data-href=
"http://ansible.github.com"
data-send=
"true"
data-width=
"450"
data-show-faces=
"false"
></div>
<br/>
©
Copyright 2012 Michael DeHaan.
<br/>
©
Copyright 2012 Michael DeHaan.
<br/>
Last updated on Apr 28, 2012.
<br/>
Last updated on Apr 28, 2012.
<br/>
Created using
<a
href=
"http://sphinx.pocoo.org/"
>
Sphinx
</a>
1.0.8.
<br/>
Created using
<a
href=
"http://sphinx.pocoo.org/"
>
Sphinx
</a>
1.0.8.
<br/>
...
...
examples.html
View file @
ee20586d
...
@@ -83,6 +83,7 @@
...
@@ -83,6 +83,7 @@
});
});
}());
}());
</script>
</script>
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
var
_gaq
=
_gaq
||
[];
var
_gaq
=
_gaq
||
[];
...
@@ -99,7 +100,15 @@ s.parentNode.insertBefore(ga, s);
...
@@ -99,7 +100,15 @@ s.parentNode.insertBefore(ga, s);
})();
})();
</script>
</script>
<div
id=
"fb-root"
></div>
<script
type=
"text/javascript"
>
(
function
()
{
var
po
=
document
.
createElement
(
'script'
);
po
.
type
=
'text/javascript'
;
po
.
async
=
true
;
po
.
src
=
'https://apis.google.com/js/plusone.js'
;
var
s
=
document
.
getElementsByTagName
(
'script'
)[
0
];
s
.
parentNode
.
insertBefore
(
po
,
s
);
})();
</script>
<script>
(
function
(
d
,
s
,
id
)
{
<script>
(
function
(
d
,
s
,
id
)
{
var
js
,
fjs
=
d
.
getElementsByTagName
(
s
)[
0
];
var
js
,
fjs
=
d
.
getElementsByTagName
(
s
)[
0
];
if
(
d
.
getElementById
(
id
))
return
;
if
(
d
.
getElementById
(
id
))
return
;
...
@@ -357,20 +366,13 @@ a simplified syntax for this.</p>
...
@@ -357,20 +366,13 @@ a simplified syntax for this.</p>
<div
class=
"container"
>
<div
class=
"container"
>
<p
class=
"pull-right"
><a
href=
"#"
>
Back to top
</a></p>
<p
class=
"pull-right"
><a
href=
"#"
>
Back to top
</a></p>
<p>
<p>
<div
id=
"fb-root"
></div>
<a
href=
"https://twitter.com/share"
class=
"twitter-share-button"
data-text=
"ansible.github.com"
>
Share On Twitter
</a>
<a
href=
"https://twitter.com/share"
class=
"twitter-share-button"
data-text=
"ansible.github.com"
>
Share On Twitter
</a>
<script>
!
function
(
d
,
s
,
id
){
var
js
,
fjs
=
d
.
getElementsByTagName
(
s
)[
0
];
if
(
!
d
.
getElementById
(
id
)){
js
=
d
.
createElement
(
s
);
js
.
id
=
id
;
js
.
src
=
"//platform.twitter.com/widgets.js"
;
fjs
.
parentNode
.
insertBefore
(
js
,
fjs
);}}(
document
,
"script"
,
"twitter-wjs"
);
</script>
<script>
!
function
(
d
,
s
,
id
){
var
js
,
fjs
=
d
.
getElementsByTagName
(
s
)[
0
];
if
(
!
d
.
getElementById
(
id
)){
js
=
d
.
createElement
(
s
);
js
.
id
=
id
;
js
.
src
=
"//platform.twitter.com/widgets.js"
;
fjs
.
parentNode
.
insertBefore
(
js
,
fjs
);}}(
document
,
"script"
,
"twitter-wjs"
);
</script>
<!-- Place this tag where you want the +1 button to render -->
<g:plusone
annotation=
"inline"
></g:plusone>
<g:plusone
annotation=
"inline"
></g:plusone>
<br/>
<!-- Place this render call where appropriate -->
<script
type=
"text/javascript"
>
(
function
()
{
var
po
=
document
.
createElement
(
'script'
);
po
.
type
=
'text/javascript'
;
po
.
async
=
true
;
po
.
src
=
'https://apis.google.com/js/plusone.js'
;
var
s
=
document
.
getElementsByTagName
(
'script'
)[
0
];
s
.
parentNode
.
insertBefore
(
po
,
s
);
})();
</script>
<div
class=
"fb-like"
data-href=
"http://ansible.github.com"
data-send=
"true"
data-width=
"450"
data-show-faces=
"false"
></div>
<div
class=
"fb-like"
data-href=
"http://ansible.github.com"
data-send=
"true"
data-width=
"450"
data-show-faces=
"false"
></div>
<br/>
©
Copyright 2012 Michael DeHaan.
<br/>
©
Copyright 2012 Michael DeHaan.
<br/>
Last updated on Apr 28, 2012.
<br/>
Last updated on Apr 28, 2012.
<br/>
Created using
<a
href=
"http://sphinx.pocoo.org/"
>
Sphinx
</a>
1.0.8.
<br/>
Created using
<a
href=
"http://sphinx.pocoo.org/"
>
Sphinx
</a>
1.0.8.
<br/>
...
...
faq.html
View file @
ee20586d
...
@@ -82,6 +82,7 @@
...
@@ -82,6 +82,7 @@
});
});
}());
}());
</script>
</script>
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
var
_gaq
=
_gaq
||
[];
var
_gaq
=
_gaq
||
[];
...
@@ -98,7 +99,15 @@ s.parentNode.insertBefore(ga, s);
...
@@ -98,7 +99,15 @@ s.parentNode.insertBefore(ga, s);
})();
})();
</script>
</script>
<div
id=
"fb-root"
></div>
<script
type=
"text/javascript"
>
(
function
()
{
var
po
=
document
.
createElement
(
'script'
);
po
.
type
=
'text/javascript'
;
po
.
async
=
true
;
po
.
src
=
'https://apis.google.com/js/plusone.js'
;
var
s
=
document
.
getElementsByTagName
(
'script'
)[
0
];
s
.
parentNode
.
insertBefore
(
po
,
s
);
})();
</script>
<script>
(
function
(
d
,
s
,
id
)
{
<script>
(
function
(
d
,
s
,
id
)
{
var
js
,
fjs
=
d
.
getElementsByTagName
(
s
)[
0
];
var
js
,
fjs
=
d
.
getElementsByTagName
(
s
)[
0
];
if
(
d
.
getElementById
(
id
))
return
;
if
(
d
.
getElementById
(
id
))
return
;
...
@@ -364,20 +373,13 @@ tasks – whether for a QA sytem, build system, or anything you can think of
...
@@ -364,20 +373,13 @@ tasks – whether for a QA sytem, build system, or anything you can think of
<div
class=
"container"
>
<div
class=
"container"
>
<p
class=
"pull-right"
><a
href=
"#"
>
Back to top
</a></p>
<p
class=
"pull-right"
><a
href=
"#"
>
Back to top
</a></p>
<p>
<p>
<div
id=
"fb-root"
></div>
<a
href=
"https://twitter.com/share"
class=
"twitter-share-button"
data-text=
"ansible.github.com"
>
Share On Twitter
</a>
<a
href=
"https://twitter.com/share"
class=
"twitter-share-button"
data-text=
"ansible.github.com"
>
Share On Twitter
</a>
<script>
!
function
(
d
,
s
,
id
){
var
js
,
fjs
=
d
.
getElementsByTagName
(
s
)[
0
];
if
(
!
d
.
getElementById
(
id
)){
js
=
d
.
createElement
(
s
);
js
.
id
=
id
;
js
.
src
=
"//platform.twitter.com/widgets.js"
;
fjs
.
parentNode
.
insertBefore
(
js
,
fjs
);}}(
document
,
"script"
,
"twitter-wjs"
);
</script>
<script>
!
function
(
d
,
s
,
id
){
var
js
,
fjs
=
d
.
getElementsByTagName
(
s
)[
0
];
if
(
!
d
.
getElementById
(
id
)){
js
=
d
.
createElement
(
s
);
js
.
id
=
id
;
js
.
src
=
"//platform.twitter.com/widgets.js"
;
fjs
.
parentNode
.
insertBefore
(
js
,
fjs
);}}(
document
,
"script"
,
"twitter-wjs"
);
</script>
<!-- Place this tag where you want the +1 button to render -->
<g:plusone
annotation=
"inline"
></g:plusone>
<g:plusone
annotation=
"inline"
></g:plusone>
<br/>
<!-- Place this render call where appropriate -->
<script
type=
"text/javascript"
>
(
function
()
{
var
po
=
document
.
createElement
(
'script'
);
po
.
type
=
'text/javascript'
;
po
.
async
=
true
;
po
.
src
=
'https://apis.google.com/js/plusone.js'
;
var
s
=
document
.
getElementsByTagName
(
'script'
)[
0
];
s
.
parentNode
.
insertBefore
(
po
,
s
);
})();
</script>
<div
class=
"fb-like"
data-href=
"http://ansible.github.com"
data-send=
"true"
data-width=
"450"
data-show-faces=
"false"
></div>
<div
class=
"fb-like"
data-href=
"http://ansible.github.com"
data-send=
"true"
data-width=
"450"
data-show-faces=
"false"
></div>
<br/>
©
Copyright 2012 Michael DeHaan.
<br/>
©
Copyright 2012 Michael DeHaan.
<br/>
Last updated on Apr 28, 2012.
<br/>
Last updated on Apr 28, 2012.
<br/>
Created using
<a
href=
"http://sphinx.pocoo.org/"
>
Sphinx
</a>
1.0.8.
<br/>
Created using
<a
href=
"http://sphinx.pocoo.org/"
>
Sphinx
</a>
1.0.8.
<br/>
...
...
genindex.html
View file @
ee20586d
...
@@ -81,6 +81,7 @@
...
@@ -81,6 +81,7 @@
});
});
}());
}());
</script>
</script>
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
var
_gaq
=
_gaq
||
[];
var
_gaq
=
_gaq
||
[];
...
@@ -97,7 +98,15 @@ s.parentNode.insertBefore(ga, s);
...
@@ -97,7 +98,15 @@ s.parentNode.insertBefore(ga, s);
})();
})();
</script>
</script>
<div
id=
"fb-root"
></div>
<script
type=
"text/javascript"
>
(
function
()
{
var
po
=
document
.
createElement
(
'script'
);
po
.
type
=
'text/javascript'
;
po
.
async
=
true
;
po
.
src
=
'https://apis.google.com/js/plusone.js'
;
var
s
=
document
.
getElementsByTagName
(
'script'
)[
0
];
s
.
parentNode
.
insertBefore
(
po
,
s
);
})();
</script>
<script>
(
function
(
d
,
s
,
id
)
{
<script>
(
function
(
d
,
s
,
id
)
{
var
js
,
fjs
=
d
.
getElementsByTagName
(
s
)[
0
];
var
js
,
fjs
=
d
.
getElementsByTagName
(
s
)[
0
];
if
(
d
.
getElementById
(
id
))
return
;
if
(
d
.
getElementById
(
id
))
return
;
...
@@ -173,20 +182,13 @@ s.parentNode.insertBefore(ga, s);
...
@@ -173,20 +182,13 @@ s.parentNode.insertBefore(ga, s);
<div
class=
"container"
>
<div
class=
"container"
>
<p
class=
"pull-right"
><a
href=
"#"
>
Back to top
</a></p>
<p
class=
"pull-right"
><a
href=
"#"
>
Back to top
</a></p>
<p>
<p>
<div
id=
"fb-root"
></div>
<a
href=
"https://twitter.com/share"
class=
"twitter-share-button"
data-text=
"ansible.github.com"
>
Share On Twitter
</a>
<a
href=
"https://twitter.com/share"
class=
"twitter-share-button"
data-text=
"ansible.github.com"
>
Share On Twitter
</a>
<script>
!
function
(
d
,
s
,
id
){
var
js
,
fjs
=
d
.
getElementsByTagName
(
s
)[
0
];
if
(
!
d
.
getElementById
(
id
)){
js
=
d
.
createElement
(
s
);
js
.
id
=
id
;
js
.
src
=
"//platform.twitter.com/widgets.js"
;
fjs
.
parentNode
.
insertBefore
(
js
,
fjs
);}}(
document
,
"script"
,
"twitter-wjs"
);
</script>
<script>
!
function
(
d
,
s
,
id
){
var
js
,
fjs
=
d
.
getElementsByTagName
(
s
)[
0
];
if
(
!
d
.
getElementById
(
id
)){
js
=
d
.
createElement
(
s
);
js
.
id
=
id
;
js
.
src
=
"//platform.twitter.com/widgets.js"
;
fjs
.
parentNode
.
insertBefore
(
js
,
fjs
);}}(
document
,
"script"
,
"twitter-wjs"
);
</script>
<!-- Place this tag where you want the +1 button to render -->
<g:plusone
annotation=
"inline"
></g:plusone>
<g:plusone
annotation=
"inline"
></g:plusone>
<br/>
<!-- Place this render call where appropriate -->
<script
type=
"text/javascript"
>
(
function
()
{
var
po
=
document
.
createElement
(
'script'
);
po
.
type
=
'text/javascript'
;
po
.
async
=
true
;
po
.
src
=
'https://apis.google.com/js/plusone.js'
;
var
s
=
document
.
getElementsByTagName
(
'script'
)[
0
];
s
.
parentNode
.
insertBefore
(
po
,
s
);
})();
</script>
<div
class=
"fb-like"
data-href=
"http://ansible.github.com"
data-send=
"true"
data-width=
"450"
data-show-faces=
"false"
></div>
<div
class=
"fb-like"
data-href=
"http://ansible.github.com"
data-send=
"true"
data-width=
"450"
data-show-faces=
"false"
></div>
<br/>
©
Copyright 2012 Michael DeHaan.
<br/>
©
Copyright 2012 Michael DeHaan.
<br/>
Last updated on Apr 28, 2012.
<br/>
Last updated on Apr 28, 2012.
<br/>
Created using
<a
href=
"http://sphinx.pocoo.org/"
>
Sphinx
</a>
1.0.8.
<br/>
Created using
<a
href=
"http://sphinx.pocoo.org/"
>
Sphinx
</a>
1.0.8.
<br/>
...
...
gettingstarted.html
View file @
ee20586d
...
@@ -83,6 +83,7 @@
...
@@ -83,6 +83,7 @@
});
});
}());
}());
</script>
</script>
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
var
_gaq
=
_gaq
||
[];
var
_gaq
=
_gaq
||
[];
...
@@ -99,7 +100,15 @@ s.parentNode.insertBefore(ga, s);
...
@@ -99,7 +100,15 @@ s.parentNode.insertBefore(ga, s);
})();
})();
</script>
</script>
<div
id=
"fb-root"
></div>
<script
type=
"text/javascript"
>
(
function
()
{
var
po
=
document
.
createElement
(
'script'
);
po
.
type
=
'text/javascript'
;
po
.
async
=
true
;
po
.
src
=
'https://apis.google.com/js/plusone.js'
;
var
s
=
document
.
getElementsByTagName
(
'script'
)[
0
];
s
.
parentNode
.
insertBefore
(
po
,
s
);
})();
</script>
<script>
(
function
(
d
,
s
,
id
)
{
<script>
(
function
(
d
,
s
,
id
)
{
var
js
,
fjs
=
d
.
getElementsByTagName
(
s
)[
0
];
var
js
,
fjs
=
d
.
getElementsByTagName
(
s
)[
0
];
if
(
d
.
getElementById
(
id
))
return
;
if
(
d
.
getElementById
(
id
))
return
;
...
@@ -326,20 +335,13 @@ explore, but you already have a fully working infrastructure!</p>
...
@@ -326,20 +335,13 @@ explore, but you already have a fully working infrastructure!</p>
<div
class=
"container"
>
<div
class=
"container"
>
<p
class=
"pull-right"
><a
href=
"#"
>
Back to top
</a></p>
<p
class=
"pull-right"
><a
href=
"#"
>
Back to top
</a></p>
<p>
<p>
<div
id=
"fb-root"
></div>
<a
href=
"https://twitter.com/share"
class=
"twitter-share-button"
data-text=
"ansible.github.com"
>
Share On Twitter
</a>
<a
href=
"https://twitter.com/share"
class=
"twitter-share-button"
data-text=
"ansible.github.com"
>
Share On Twitter
</a>
<script>
!
function
(
d
,
s
,
id
){
var
js
,
fjs
=
d
.
getElementsByTagName
(
s
)[
0
];
if
(
!
d
.
getElementById
(
id
)){
js
=
d
.
createElement
(
s
);
js
.
id
=
id
;
js
.
src
=
"//platform.twitter.com/widgets.js"
;
fjs
.
parentNode
.
insertBefore
(
js
,
fjs
);}}(
document
,
"script"
,
"twitter-wjs"
);
</script>
<script>
!
function
(
d
,
s
,
id
){
var
js
,
fjs
=
d
.
getElementsByTagName
(
s
)[
0
];
if
(
!
d
.
getElementById
(
id
)){
js
=
d
.
createElement
(
s
);
js
.
id
=
id
;
js
.
src
=
"//platform.twitter.com/widgets.js"
;
fjs
.
parentNode
.
insertBefore
(
js
,
fjs
);}}(
document
,
"script"
,
"twitter-wjs"
);
</script>
<!-- Place this tag where you want the +1 button to render -->
<g:plusone
annotation=
"inline"
></g:plusone>
<g:plusone
annotation=
"inline"
></g:plusone>
<br/>
<!-- Place this render call where appropriate -->
<script
type=
"text/javascript"
>
(
function
()
{
var
po
=
document
.
createElement
(
'script'
);
po
.
type
=
'text/javascript'
;
po
.
async
=
true
;
po
.
src
=
'https://apis.google.com/js/plusone.js'
;
var
s
=
document
.
getElementsByTagName
(
'script'
)[
0
];
s
.
parentNode
.
insertBefore
(
po
,
s
);
})();
</script>
<div
class=
"fb-like"
data-href=
"http://ansible.github.com"
data-send=
"true"
data-width=
"450"
data-show-faces=
"false"
></div>
<div
class=
"fb-like"
data-href=
"http://ansible.github.com"
data-send=
"true"
data-width=
"450"
data-show-faces=
"false"
></div>
<br/>
©
Copyright 2012 Michael DeHaan.
<br/>
©
Copyright 2012 Michael DeHaan.
<br/>
Last updated on Apr 28, 2012.
<br/>
Last updated on Apr 28, 2012.
<br/>
Created using
<a
href=
"http://sphinx.pocoo.org/"
>
Sphinx
</a>
1.0.8.
<br/>
Created using
<a
href=
"http://sphinx.pocoo.org/"
>
Sphinx
</a>
1.0.8.
<br/>
...
...
index.html
View file @
ee20586d
...
@@ -82,6 +82,7 @@
...
@@ -82,6 +82,7 @@
});
});
}());
}());
</script>
</script>
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
var
_gaq
=
_gaq
||
[];
var
_gaq
=
_gaq
||
[];
...
@@ -98,7 +99,15 @@ s.parentNode.insertBefore(ga, s);
...
@@ -98,7 +99,15 @@ s.parentNode.insertBefore(ga, s);
})();
})();
</script>
</script>
<div
id=
"fb-root"
></div>
<script
type=
"text/javascript"
>
(
function
()
{
var
po
=
document
.
createElement
(
'script'
);
po
.
type
=
'text/javascript'
;
po
.
async
=
true
;
po
.
src
=
'https://apis.google.com/js/plusone.js'
;
var
s
=
document
.
getElementsByTagName
(
'script'
)[
0
];
s
.
parentNode
.
insertBefore
(
po
,
s
);
})();
</script>
<script>
(
function
(
d
,
s
,
id
)
{
<script>
(
function
(
d
,
s
,
id
)
{
var
js
,
fjs
=
d
.
getElementsByTagName
(
s
)[
0
];
var
js
,
fjs
=
d
.
getElementsByTagName
(
s
)[
0
];
if
(
d
.
getElementById
(
id
))
return
;
if
(
d
.
getElementById
(
id
))
return
;
...
@@ -412,20 +421,13 @@ Puppet Labs, and rPath. Reach Michael by email <a class="reference external" hr
...
@@ -412,20 +421,13 @@ Puppet Labs, and rPath. Reach Michael by email <a class="reference external" hr
<div
class=
"container"
>
<div
class=
"container"
>
<p
class=
"pull-right"
><a
href=
"#"
>
Back to top
</a></p>
<p
class=
"pull-right"
><a
href=
"#"
>
Back to top
</a></p>
<p>
<p>
<div
id=
"fb-root"
></div>
<a
href=
"https://twitter.com/share"
class=
"twitter-share-button"
data-text=
"ansible.github.com"
>
Share On Twitter
</a>
<a
href=
"https://twitter.com/share"
class=
"twitter-share-button"
data-text=
"ansible.github.com"
>
Share On Twitter
</a>
<script>
!
function
(
d
,
s
,
id
){
var
js
,
fjs
=
d
.
getElementsByTagName
(
s
)[
0
];
if
(
!
d
.
getElementById
(
id
)){
js
=
d
.
createElement
(
s
);
js
.
id
=
id
;
js
.
src
=
"//platform.twitter.com/widgets.js"
;
fjs
.
parentNode
.
insertBefore
(
js
,
fjs
);}}(
document
,
"script"
,
"twitter-wjs"
);
</script>
<script>
!
function
(
d
,
s
,
id
){
var
js
,
fjs
=
d
.
getElementsByTagName
(
s
)[
0
];
if
(
!
d
.
getElementById
(
id
)){
js
=
d
.
createElement
(
s
);
js
.
id
=
id
;
js
.
src
=
"//platform.twitter.com/widgets.js"
;
fjs
.
parentNode
.
insertBefore
(
js
,
fjs
);}}(
document
,
"script"
,
"twitter-wjs"
);
</script>
<!-- Place this tag where you want the +1 button to render -->
<g:plusone
annotation=
"inline"
></g:plusone>
<g:plusone
annotation=
"inline"
></g:plusone>
<br/>
<!-- Place this render call where appropriate -->
<script
type=
"text/javascript"
>
(
function
()
{
var
po
=
document
.
createElement
(
'script'
);
po
.
type
=
'text/javascript'
;
po
.
async
=
true
;
po
.
src
=
'https://apis.google.com/js/plusone.js'
;
var
s
=
document
.
getElementsByTagName
(
'script'
)[
0
];
s
.
parentNode
.
insertBefore
(
po
,
s
);
})();
</script>
<div
class=
"fb-like"
data-href=
"http://ansible.github.com"
data-send=
"true"
data-width=
"450"
data-show-faces=
"false"
></div>
<div
class=
"fb-like"
data-href=
"http://ansible.github.com"
data-send=
"true"
data-width=
"450"
data-show-faces=
"false"
></div>
<br/>
©
Copyright 2012 Michael DeHaan.
<br/>
©
Copyright 2012 Michael DeHaan.
<br/>
Last updated on Apr 28, 2012.
<br/>
Last updated on Apr 28, 2012.
<br/>
Created using
<a
href=
"http://sphinx.pocoo.org/"
>
Sphinx
</a>
1.0.8.
<br/>
Created using
<a
href=
"http://sphinx.pocoo.org/"
>
Sphinx
</a>
1.0.8.
<br/>
...
...
moduledev.html
View file @
ee20586d
...
@@ -83,6 +83,7 @@
...
@@ -83,6 +83,7 @@
});
});
}());
}());
</script>
</script>
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
var
_gaq
=
_gaq
||
[];
var
_gaq
=
_gaq
||
[];
...
@@ -99,7 +100,15 @@ s.parentNode.insertBefore(ga, s);
...
@@ -99,7 +100,15 @@ s.parentNode.insertBefore(ga, s);
})();
})();
</script>
</script>
<div
id=
"fb-root"
></div>
<script
type=
"text/javascript"
>
(
function
()
{
var
po
=
document
.
createElement
(
'script'
);
po
.
type
=
'text/javascript'
;
po
.
async
=
true
;
po
.
src
=
'https://apis.google.com/js/plusone.js'
;
var
s
=
document
.
getElementsByTagName
(
'script'
)[
0
];
s
.
parentNode
.
insertBefore
(
po
,
s
);
})();
</script>
<script>
(
function
(
d
,
s
,
id
)
{
<script>
(
function
(
d
,
s
,
id
)
{
var
js
,
fjs
=
d
.
getElementsByTagName
(
s
)[
0
];
var
js
,
fjs
=
d
.
getElementsByTagName
(
s
)[
0
];
if
(
d
.
getElementById
(
id
))
return
;
if
(
d
.
getElementById
(
id
))
return
;
...
@@ -413,20 +422,13 @@ Stop by the mailing list to inquire about requirements.</p>
...
@@ -413,20 +422,13 @@ Stop by the mailing list to inquire about requirements.</p>
<div
class=
"container"
>
<div
class=
"container"
>
<p
class=
"pull-right"
><a
href=
"#"
>
Back to top
</a></p>
<p
class=
"pull-right"
><a
href=
"#"
>
Back to top
</a></p>
<p>
<p>
<div
id=
"fb-root"
></div>
<a
href=
"https://twitter.com/share"
class=
"twitter-share-button"
data-text=
"ansible.github.com"
>
Share On Twitter
</a>
<a
href=
"https://twitter.com/share"
class=
"twitter-share-button"
data-text=
"ansible.github.com"
>
Share On Twitter
</a>
<script>
!
function
(
d
,
s
,
id
){
var
js
,
fjs
=
d
.
getElementsByTagName
(
s
)[
0
];
if
(
!
d
.
getElementById
(
id
)){
js
=
d
.
createElement
(
s
);
js
.
id
=
id
;
js
.
src
=
"//platform.twitter.com/widgets.js"
;
fjs
.
parentNode
.
insertBefore
(
js
,
fjs
);}}(
document
,
"script"
,
"twitter-wjs"
);
</script>
<script>
!
function
(
d
,
s
,
id
){
var
js
,
fjs
=
d
.
getElementsByTagName
(
s
)[
0
];
if
(
!
d
.
getElementById
(
id
)){
js
=
d
.
createElement
(
s
);
js
.
id
=
id
;
js
.
src
=
"//platform.twitter.com/widgets.js"
;
fjs
.
parentNode
.
insertBefore
(
js
,
fjs
);}}(
document
,
"script"
,
"twitter-wjs"
);
</script>
<!-- Place this tag where you want the +1 button to render -->
<g:plusone
annotation=
"inline"
></g:plusone>
<g:plusone
annotation=
"inline"
></g:plusone>
<br/>
<!-- Place this render call where appropriate -->
<script
type=
"text/javascript"
>
(
function
()
{
var
po
=
document
.
createElement
(
'script'
);
po
.
type
=
'text/javascript'
;
po
.
async
=
true
;
po
.
src
=
'https://apis.google.com/js/plusone.js'
;
var
s
=
document
.
getElementsByTagName
(
'script'
)[
0
];
s
.
parentNode
.
insertBefore
(
po
,
s
);
})();
</script>
<div
class=
"fb-like"
data-href=
"http://ansible.github.com"
data-send=
"true"
data-width=
"450"
data-show-faces=
"false"
></div>
<div
class=
"fb-like"
data-href=
"http://ansible.github.com"
data-send=
"true"
data-width=
"450"
data-show-faces=
"false"
></div>
<br/>
©
Copyright 2012 Michael DeHaan.
<br/>
©
Copyright 2012 Michael DeHaan.
<br/>
Last updated on Apr 28, 2012.
<br/>
Last updated on Apr 28, 2012.
<br/>
Created using
<a
href=
"http://sphinx.pocoo.org/"
>
Sphinx
</a>
1.0.8.
<br/>
Created using
<a
href=
"http://sphinx.pocoo.org/"
>
Sphinx
</a>
1.0.8.
<br/>
...
...
modules.html
View file @
ee20586d
...
@@ -83,6 +83,7 @@
...
@@ -83,6 +83,7 @@
});
});
}());
}());
</script>
</script>
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
var
_gaq
=
_gaq
||
[];
var
_gaq
=
_gaq
||
[];
...
@@ -99,7 +100,15 @@ s.parentNode.insertBefore(ga, s);
...
@@ -99,7 +100,15 @@ s.parentNode.insertBefore(ga, s);
})();
})();
</script>
</script>
<div
id=
"fb-root"
></div>
<script
type=
"text/javascript"
>
(
function
()
{
var
po
=
document
.
createElement
(
'script'
);
po
.
type
=
'text/javascript'
;
po
.
async
=
true
;
po
.
src
=
'https://apis.google.com/js/plusone.js'
;
var
s
=
document
.
getElementsByTagName
(
'script'
)[
0
];
s
.
parentNode
.
insertBefore
(
po
,
s
);
})();
</script>
<script>
(
function
(
d
,
s
,
id
)
{
<script>
(
function
(
d
,
s
,
id
)
{
var
js
,
fjs
=
d
.
getElementsByTagName
(
s
)[
0
];
var
js
,
fjs
=
d
.
getElementsByTagName
(
s
)[
0
];
if
(
d
.
getElementById
(
id
))
return
;
if
(
d
.
getElementById
(
id
))
return
;
...
@@ -735,20 +744,13 @@ yum pkg=httpd state=installed</pre>
...
@@ -735,20 +744,13 @@ yum pkg=httpd state=installed</pre>
<div
class=
"container"
>
<div
class=
"container"
>
<p
class=
"pull-right"
><a
href=
"#"
>
Back to top
</a></p>
<p
class=
"pull-right"
><a
href=
"#"
>
Back to top
</a></p>
<p>
<p>
<div
id=
"fb-root"
></div>
<a
href=
"https://twitter.com/share"
class=
"twitter-share-button"
data-text=
"ansible.github.com"
>
Share On Twitter
</a>
<a
href=
"https://twitter.com/share"
class=
"twitter-share-button"
data-text=
"ansible.github.com"
>
Share On Twitter
</a>
<script>
!
function
(
d
,
s
,
id
){
var
js
,
fjs
=
d
.
getElementsByTagName
(
s
)[
0
];
if
(
!
d
.
getElementById
(
id
)){
js
=
d
.
createElement
(
s
);
js
.
id
=
id
;
js
.
src
=
"//platform.twitter.com/widgets.js"
;
fjs
.
parentNode
.
insertBefore
(
js
,
fjs
);}}(
document
,
"script"
,
"twitter-wjs"
);
</script>
<script>
!
function
(
d
,
s
,
id
){
var
js
,
fjs
=
d
.
getElementsByTagName
(
s
)[
0
];
if
(
!
d
.
getElementById
(
id
)){
js
=
d
.
createElement
(
s
);
js
.
id
=
id
;
js
.
src
=
"//platform.twitter.com/widgets.js"
;
fjs
.
parentNode
.
insertBefore
(
js
,
fjs
);}}(
document
,
"script"
,
"twitter-wjs"
);
</script>
<!-- Place this tag where you want the +1 button to render -->
<g:plusone
annotation=
"inline"
></g:plusone>
<g:plusone
annotation=
"inline"
></g:plusone>
<br/>
<!-- Place this render call where appropriate -->
<script
type=
"text/javascript"
>
(
function
()
{
var
po
=
document
.
createElement
(
'script'
);
po
.
type
=
'text/javascript'
;
po
.
async
=
true
;
po
.
src
=
'https://apis.google.com/js/plusone.js'
;
var
s
=
document
.
getElementsByTagName
(
'script'
)[
0
];
s
.
parentNode
.
insertBefore
(
po
,
s
);
})();
</script>
<div
class=
"fb-like"
data-href=
"http://ansible.github.com"
data-send=
"true"
data-width=
"450"
data-show-faces=
"false"
></div>
<div
class=
"fb-like"
data-href=
"http://ansible.github.com"
data-send=
"true"
data-width=
"450"
data-show-faces=
"false"
></div>
<br/>
©
Copyright 2012 Michael DeHaan.
<br/>
©
Copyright 2012 Michael DeHaan.
<br/>
Last updated on Apr 28, 2012.
<br/>
Last updated on Apr 28, 2012.
<br/>
Created using
<a
href=
"http://sphinx.pocoo.org/"
>
Sphinx
</a>
1.0.8.
<br/>
Created using
<a
href=
"http://sphinx.pocoo.org/"
>
Sphinx
</a>
1.0.8.
<br/>
...
...
patterns.html
View file @
ee20586d
...
@@ -83,6 +83,7 @@
...
@@ -83,6 +83,7 @@
});
});
}());
}());
</script>
</script>
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
var
_gaq
=
_gaq
||
[];
var
_gaq
=
_gaq
||
[];
...
@@ -99,7 +100,15 @@ s.parentNode.insertBefore(ga, s);
...
@@ -99,7 +100,15 @@ s.parentNode.insertBefore(ga, s);
})();
})();
</script>
</script>
<div
id=
"fb-root"
></div>
<script
type=
"text/javascript"
>
(
function
()
{
var
po
=
document
.
createElement
(
'script'
);
po
.
type
=
'text/javascript'
;
po
.
async
=
true
;
po
.
src
=
'https://apis.google.com/js/plusone.js'
;
var
s
=
document
.
getElementsByTagName
(
'script'
)[
0
];
s
.
parentNode
.
insertBefore
(
po
,
s
);
})();
</script>
<script>
(
function
(
d
,
s
,
id
)
{
<script>
(
function
(
d
,
s
,
id
)
{
var
js
,
fjs
=
d
.
getElementsByTagName
(
s
)[
0
];
var
js
,
fjs
=
d
.
getElementsByTagName
(
s
)[
0
];
if
(
d
.
getElementById
(
id
))
return
;
if
(
d
.
getElementById
(
id
))
return
;
...
@@ -306,20 +315,13 @@ groups. This behavior may be refined in future releases.</p>
...
@@ -306,20 +315,13 @@ groups. This behavior may be refined in future releases.</p>
<div
class=
"container"
>
<div
class=
"container"
>
<p
class=
"pull-right"
><a
href=
"#"
>
Back to top
</a></p>
<p
class=
"pull-right"
><a
href=
"#"
>
Back to top
</a></p>
<p>
<p>
<div
id=
"fb-root"
></div>
<a
href=
"https://twitter.com/share"
class=
"twitter-share-button"
data-text=
"ansible.github.com"
>
Share On Twitter
</a>
<a
href=
"https://twitter.com/share"
class=
"twitter-share-button"
data-text=
"ansible.github.com"
>
Share On Twitter
</a>
<script>
!
function
(
d
,
s
,
id
){
var
js
,
fjs
=
d
.
getElementsByTagName
(
s
)[
0
];
if
(
!
d
.
getElementById
(
id
)){
js
=
d
.
createElement
(
s
);
js
.
id
=
id
;
js
.
src
=
"//platform.twitter.com/widgets.js"
;
fjs
.
parentNode
.
insertBefore
(
js
,
fjs
);}}(
document
,
"script"
,
"twitter-wjs"
);
</script>
<script>
!
function
(
d
,
s
,
id
){
var
js
,
fjs
=
d
.
getElementsByTagName
(
s
)[
0
];
if
(
!
d
.
getElementById
(
id
)){
js
=
d
.
createElement
(
s
);
js
.
id
=
id
;
js
.
src
=
"//platform.twitter.com/widgets.js"
;
fjs
.
parentNode
.
insertBefore
(
js
,
fjs
);}}(
document
,
"script"
,
"twitter-wjs"
);
</script>
<!-- Place this tag where you want the +1 button to render -->
<g:plusone
annotation=
"inline"
></g:plusone>
<g:plusone
annotation=
"inline"
></g:plusone>
<br/>
<!-- Place this render call where appropriate -->
<script
type=
"text/javascript"
>
(
function
()
{
var
po
=
document
.
createElement
(
'script'
);
po
.
type
=
'text/javascript'
;
po
.
async
=
true
;
po
.
src
=
'https://apis.google.com/js/plusone.js'
;
var
s
=
document
.
getElementsByTagName
(
'script'
)[
0
];
s
.
parentNode
.
insertBefore
(
po
,
s
);
})();
</script>
<div
class=
"fb-like"
data-href=
"http://ansible.github.com"
data-send=
"true"
data-width=
"450"
data-show-faces=
"false"
></div>
<div
class=
"fb-like"
data-href=
"http://ansible.github.com"
data-send=
"true"
data-width=
"450"
data-show-faces=
"false"
></div>
<br/>
©
Copyright 2012 Michael DeHaan.
<br/>
©
Copyright 2012 Michael DeHaan.
<br/>
Last updated on Apr 28, 2012.
<br/>
Last updated on Apr 28, 2012.
<br/>
Created using
<a
href=
"http://sphinx.pocoo.org/"
>
Sphinx
</a>
1.0.8.
<br/>
Created using
<a
href=
"http://sphinx.pocoo.org/"
>
Sphinx
</a>
1.0.8.
<br/>
...
...
playbooks.html
View file @
ee20586d
...
@@ -83,6 +83,7 @@
...
@@ -83,6 +83,7 @@
});
});
}());
}());
</script>
</script>
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
var
_gaq
=
_gaq
||
[];
var
_gaq
=
_gaq
||
[];
...
@@ -99,7 +100,15 @@ s.parentNode.insertBefore(ga, s);
...
@@ -99,7 +100,15 @@ s.parentNode.insertBefore(ga, s);
})();
})();
</script>
</script>
<div
id=
"fb-root"
></div>
<script
type=
"text/javascript"
>
(
function
()
{
var
po
=
document
.
createElement
(
'script'
);
po
.
type
=
'text/javascript'
;
po
.
async
=
true
;
po
.
src
=
'https://apis.google.com/js/plusone.js'
;
var
s
=
document
.
getElementsByTagName
(
'script'
)[
0
];
s
.
parentNode
.
insertBefore
(
po
,
s
);
})();
</script>
<script>
(
function
(
d
,
s
,
id
)
{
<script>
(
function
(
d
,
s
,
id
)
{
var
js
,
fjs
=
d
.
getElementsByTagName
(
s
)[
0
];
var
js
,
fjs
=
d
.
getElementsByTagName
(
s
)[
0
];
if
(
d
.
getElementById
(
id
))
return
;
if
(
d
.
getElementById
(
id
))
return
;
...
@@ -695,20 +704,13 @@ Let’s run a playbook using a parallelism level of 10:</p>
...
@@ -695,20 +704,13 @@ Let’s run a playbook using a parallelism level of 10:</p>
<div
class=
"container"
>
<div
class=
"container"
>
<p
class=
"pull-right"
><a
href=
"#"
>
Back to top
</a></p>
<p
class=
"pull-right"
><a
href=
"#"
>
Back to top
</a></p>
<p>
<p>
<div
id=
"fb-root"
></div>
<a
href=
"https://twitter.com/share"
class=
"twitter-share-button"
data-text=
"ansible.github.com"
>
Share On Twitter
</a>
<a
href=
"https://twitter.com/share"
class=
"twitter-share-button"
data-text=
"ansible.github.com"
>
Share On Twitter
</a>
<script>
!
function
(
d
,
s
,
id
){
var
js
,
fjs
=
d
.
getElementsByTagName
(
s
)[
0
];
if
(
!
d
.
getElementById
(
id
)){
js
=
d
.
createElement
(
s
);
js
.
id
=
id
;
js
.
src
=
"//platform.twitter.com/widgets.js"
;
fjs
.
parentNode
.
insertBefore
(
js
,
fjs
);}}(
document
,
"script"
,
"twitter-wjs"
);
</script>
<script>
!
function
(
d
,
s
,
id
){
var
js
,
fjs
=
d
.
getElementsByTagName
(
s
)[
0
];
if
(
!
d
.
getElementById
(
id
)){
js
=
d
.
createElement
(
s
);
js
.
id
=
id
;
js
.
src
=
"//platform.twitter.com/widgets.js"
;
fjs
.
parentNode
.
insertBefore
(
js
,
fjs
);}}(
document
,
"script"
,
"twitter-wjs"
);
</script>
<!-- Place this tag where you want the +1 button to render -->
<g:plusone
annotation=
"inline"
></g:plusone>
<g:plusone
annotation=
"inline"
></g:plusone>
<br/>
<!-- Place this render call where appropriate -->
<script
type=
"text/javascript"
>
(
function
()
{
var
po
=
document
.
createElement
(
'script'
);
po
.
type
=
'text/javascript'
;
po
.
async
=
true
;
po
.
src
=
'https://apis.google.com/js/plusone.js'
;
var
s
=
document
.
getElementsByTagName
(
'script'
)[
0
];
s
.
parentNode
.
insertBefore
(
po
,
s
);
})();
</script>
<div
class=
"fb-like"
data-href=
"http://ansible.github.com"
data-send=
"true"
data-width=
"450"
data-show-faces=
"false"
></div>
<div
class=
"fb-like"
data-href=
"http://ansible.github.com"
data-send=
"true"
data-width=
"450"
data-show-faces=
"false"
></div>
<br/>
©
Copyright 2012 Michael DeHaan.
<br/>
©
Copyright 2012 Michael DeHaan.
<br/>
Last updated on Apr 28, 2012.
<br/>
Last updated on Apr 28, 2012.
<br/>
Created using
<a
href=
"http://sphinx.pocoo.org/"
>
Sphinx
</a>
1.0.8.
<br/>
Created using
<a
href=
"http://sphinx.pocoo.org/"
>
Sphinx
</a>
1.0.8.
<br/>
...
...
search.html
View file @
ee20586d
...
@@ -86,6 +86,7 @@
...
@@ -86,6 +86,7 @@
});
});
}());
}());
</script>
</script>
<script
type=
"text/javascript"
>
<script
type=
"text/javascript"
>
var
_gaq
=
_gaq
||
[];
var
_gaq
=
_gaq
||
[];
...
@@ -102,7 +103,15 @@ s.parentNode.insertBefore(ga, s);
...
@@ -102,7 +103,15 @@ s.parentNode.insertBefore(ga, s);
})();
})();
</script>
</script>
<div
id=
"fb-root"
></div>
<script
type=
"text/javascript"
>
(
function
()
{
var
po
=
document
.
createElement
(
'script'
);
po
.
type
=
'text/javascript'
;
po
.
async
=
true
;
po
.
src
=
'https://apis.google.com/js/plusone.js'
;
var
s
=
document
.
getElementsByTagName
(
'script'
)[
0
];
s
.
parentNode
.
insertBefore
(
po
,
s
);
})();
</script>
<script>
(
function
(
d
,
s
,
id
)
{
<script>
(
function
(
d
,
s
,
id
)
{
var
js
,
fjs
=
d
.
getElementsByTagName
(
s
)[
0
];
var
js
,
fjs
=
d
.
getElementsByTagName
(
s
)[
0
];
if
(
d
.
getElementById
(
id
))
return
;
if
(
d
.
getElementById
(
id
))
return
;
...
@@ -190,20 +199,13 @@ s.parentNode.insertBefore(ga, s);
...
@@ -190,20 +199,13 @@ s.parentNode.insertBefore(ga, s);
<div
class=
"container"
>
<div
class=
"container"
>
<p
class=
"pull-right"
><a
href=
"#"
>
Back to top
</a></p>
<p
class=
"pull-right"
><a
href=
"#"
>
Back to top
</a></p>
<p>
<p>
<div
id=
"fb-root"
></div>
<a
href=
"https://twitter.com/share"
class=
"twitter-share-button"
data-text=
"ansible.github.com"
>
Share On Twitter
</a>
<a
href=
"https://twitter.com/share"
class=
"twitter-share-button"
data-text=
"ansible.github.com"
>
Share On Twitter
</a>
<script>
!
function
(
d
,
s
,
id
){
var
js
,
fjs
=
d
.
getElementsByTagName
(
s
)[
0
];
if
(
!
d
.
getElementById
(
id
)){
js
=
d
.
createElement
(
s
);
js
.
id
=
id
;
js
.
src
=
"//platform.twitter.com/widgets.js"
;
fjs
.
parentNode
.
insertBefore
(
js
,
fjs
);}}(
document
,
"script"
,
"twitter-wjs"
);
</script>
<script>
!
function
(
d
,
s
,
id
){
var
js
,
fjs
=
d
.
getElementsByTagName
(
s
)[
0
];
if
(
!
d
.
getElementById
(
id
)){
js
=
d
.
createElement
(
s
);
js
.
id
=
id
;
js
.
src
=
"//platform.twitter.com/widgets.js"
;
fjs
.
parentNode
.
insertBefore
(
js
,
fjs
);}}(
document
,
"script"
,
"twitter-wjs"
);
</script>
<!-- Place this tag where you want the +1 button to render -->
<g:plusone
annotation=
"inline"
></g:plusone>
<g:plusone
annotation=
"inline"
></g:plusone>
<br/>
<!-- Place this render call where appropriate -->
<script
type=
"text/javascript"
>
(
function
()
{
var
po
=
document
.
createElement
(
'script'
);
po
.
type
=
'text/javascript'
;
po
.
async
=
true
;
po
.
src
=
'https://apis.google.com/js/plusone.js'
;
var
s
=
document
.
getElementsByTagName
(
'script'
)[
0
];
s
.
parentNode
.
insertBefore
(
po
,
s
);
})();
</script>
<div
class=
"fb-like"
data-href=
"http://ansible.github.com"
data-send=
"true"
data-width=
"450"
data-show-faces=
"false"
></div>
<div
class=
"fb-like"
data-href=
"http://ansible.github.com"
data-send=
"true"
data-width=
"450"
data-show-faces=
"false"
></div>
<br/>
©
Copyright 2012 Michael DeHaan.
<br/>
©
Copyright 2012 Michael DeHaan.
<br/>
Last updated on Apr 28, 2012.
<br/>
Last updated on Apr 28, 2012.
<br/>
Created using
<a
href=
"http://sphinx.pocoo.org/"
>
Sphinx
</a>
1.0.8.
<br/>
Created using
<a
href=
"http://sphinx.pocoo.org/"
>
Sphinx
</a>
1.0.8.
<br/>
...
...
searchindex.js
View file @
ee20586d
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