2012-03-07 17:35:18 +01:00
|
|
|
|
|
|
|
<!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 v0.0.1 documentation</title>
|
|
|
|
<link rel="stylesheet" href="_static/default.css" type="text/css" />
|
|
|
|
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
2012-03-09 17:44:14 +01:00
|
|
|
<link rel="stylesheet" href="_static/bootstrap.css" type="text/css" />
|
|
|
|
<link rel="stylesheet" href="_static/bootstrap-sphinx.css" type="text/css" />
|
2012-03-07 17:35:18 +01:00
|
|
|
<script type="text/javascript">
|
|
|
|
var DOCUMENTATION_OPTIONS = {
|
|
|
|
URL_ROOT: '',
|
|
|
|
VERSION: '0.0.1',
|
|
|
|
COLLAPSE_INDEX: false,
|
|
|
|
FILE_SUFFIX: '.html',
|
2012-03-09 17:50:07 +01:00
|
|
|
HAS_SOURCE: false
|
2012-03-07 17:35:18 +01:00
|
|
|
};
|
|
|
|
</script>
|
|
|
|
<script type="text/javascript" src="_static/jquery.js"></script>
|
|
|
|
<script type="text/javascript" src="_static/underscore.js"></script>
|
|
|
|
<script type="text/javascript" src="_static/doctools.js"></script>
|
|
|
|
<script type="text/javascript" src="_static/searchtools.js"></script>
|
2012-03-09 17:44:14 +01:00
|
|
|
<script type="text/javascript" src="_static/bootstrap-dropdown.js"></script>
|
|
|
|
<script type="text/javascript" src="_static/bootstrap-scrollspy.js"></script>
|
2012-03-07 17:35:18 +01:00
|
|
|
<link rel="top" title="Ansible v0.0.1 documentation" href="index.html" />
|
|
|
|
<script type="text/javascript">
|
|
|
|
jQuery(function() { Search.loadIndex("searchindex.js"); });
|
|
|
|
</script>
|
2012-03-09 17:44:14 +01:00
|
|
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
(function () {
|
|
|
|
/**
|
|
|
|
* Patch TOC list.
|
|
|
|
*
|
|
|
|
* Will mutate the underlying span to have a correct ul for nav.
|
|
|
|
*
|
|
|
|
* @param $span: Span containing nested UL's to mutate.
|
|
|
|
* @param minLevel: Starting level for nested lists. (1: global, 2: local).
|
|
|
|
*/
|
|
|
|
var patchToc = function ($span, minLevel) {
|
|
|
|
var $tocList = $("<ul/>").attr('class', "dropdown-menu"),
|
|
|
|
findA;
|
|
|
|
|
|
|
|
// Find all a "internal" tags, traversing recursively.
|
|
|
|
findA = function ($elem, level) {
|
|
|
|
var level = level || 0,
|
|
|
|
$items = $elem.find("> li > a.internal, > ul, > li > ul");
|
|
|
|
|
|
|
|
// Iterate everything in order.
|
|
|
|
$items.each(function (index, item) {
|
|
|
|
var $item = $(item),
|
|
|
|
tag = item.tagName.toLowerCase(),
|
|
|
|
pad = 10 + ((level - minLevel) * 10);
|
|
|
|
|
|
|
|
if (tag === 'a' && level >= minLevel) {
|
|
|
|
// Add to existing padding.
|
|
|
|
$item.css('padding-left', pad + "px");
|
|
|
|
// Add list element.
|
|
|
|
$tocList.append($("<li/>").append($item));
|
|
|
|
} else if (tag === 'ul') {
|
|
|
|
// Recurse.
|
|
|
|
findA($item, level + 1);
|
|
|
|
}
|
|
|
|
});
|
|
|
|
};
|
|
|
|
|
|
|
|
// Start construction and return.
|
|
|
|
findA($span);
|
|
|
|
|
|
|
|
// Wipe out old list and patch in new one.
|
|
|
|
return $span.empty("ul").append($tocList);
|
|
|
|
};
|
|
|
|
|
|
|
|
$(document).ready(function () {
|
|
|
|
// Patch the global and local TOC's to be bootstrap-compliant.
|
|
|
|
patchToc($("span.globaltoc"), 1);
|
|
|
|
patchToc($("span.localtoc"), 2);
|
|
|
|
|
|
|
|
// Activate.
|
|
|
|
$('#topbar').dropdown();
|
|
|
|
});
|
|
|
|
}());
|
|
|
|
</script>
|
|
|
|
|
2012-03-07 17:35:18 +01:00
|
|
|
|
|
|
|
</head>
|
|
|
|
<body>
|
2012-03-09 17:44:14 +01:00
|
|
|
<div class="topbar" data-scrollspy="scrollspy" >
|
|
|
|
<div class="topbar-inner">
|
|
|
|
<div class="container">
|
|
|
|
<a class="brand" href="index.html">Ansible</a>
|
|
|
|
<ul class="nav">
|
|
|
|
|
|
|
|
<li class="dropdown" data-dropdown="dropdown">
|
|
|
|
<a href="index.html"
|
|
|
|
class="dropdown-toggle">Site</a>
|
|
|
|
<span class="globaltoc"><ul>
|
|
|
|
<li class="toctree-l1"><a class="reference internal" href="gettingstarted.html">Getting Started</a></li>
|
|
|
|
<li class="toctree-l1"><a class="reference internal" href="patterns.html">The Inventory File, Patterns, and Groups</a></li>
|
|
|
|
<li class="toctree-l1"><a class="reference internal" href="examples.html">Command Line Examples</a></li>
|
|
|
|
<li class="toctree-l1"><a class="reference internal" href="modules.html">Ansible Modules</a></li>
|
|
|
|
<li class="toctree-l1"><a class="reference internal" href="YAMLScripts.html">YAML Format</a></li>
|
|
|
|
<li class="toctree-l1"><a class="reference internal" href="playbooks.html">Playbooks</a></li>
|
|
|
|
<li class="toctree-l1"><a class="reference internal" href="api.html">Using the Python API</a></li>
|
|
|
|
<li class="toctree-l1"><a class="reference internal" href="man.html">Man Pages</a></li>
|
|
|
|
</ul>
|
|
|
|
</span>
|
|
|
|
</li>
|
|
|
|
<li class="dropdown" data-dropdown="dropdown">
|
|
|
|
<a href="#"
|
|
|
|
class="dropdown-toggle">Page</a>
|
|
|
|
<span class="localtoc"></span>
|
|
|
|
</li>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2012-03-07 17:35:18 +01:00
|
|
|
|
2012-03-09 17:44:14 +01:00
|
|
|
|
|
|
|
</ul>
|
|
|
|
<ul class="nav secondary-nav">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="container">
|
|
|
|
|
2012-03-07 17:35:18 +01:00
|
|
|
<h1 id="search-documentation">Search</h1>
|
|
|
|
<div id="fallback" class="admonition warning">
|
|
|
|
<script type="text/javascript">$('#fallback').hide();</script>
|
|
|
|
<p>
|
|
|
|
Please activate JavaScript to enable the search
|
|
|
|
functionality.
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
<p>
|
|
|
|
From here you can search these documents. Enter your search
|
|
|
|
words into the box below and click "search". Note that the search
|
|
|
|
function will automatically search for all of the words. Pages
|
|
|
|
containing fewer words won't appear in the result list.
|
|
|
|
</p>
|
|
|
|
<form action="" method="get">
|
|
|
|
<input type="text" name="q" value="" />
|
|
|
|
<input type="submit" value="search" />
|
|
|
|
<span id="search-progress" style="padding-left: 10px"></span>
|
|
|
|
</form>
|
|
|
|
|
|
|
|
<div id="search-results">
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
2012-03-09 17:44:14 +01:00
|
|
|
</div>
|
|
|
|
<footer class="footer">
|
|
|
|
<div class="container">
|
|
|
|
<p class="pull-right"><a href="#">Back to top</a></p>
|
|
|
|
<p>
|
|
|
|
© Copyright 2012 Michael DeHaan.<br/>
|
|
|
|
Last updated on Mar 09, 2012.<br/>
|
2012-03-10 00:29:01 +01:00
|
|
|
Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 1.0.8.<br/>
|
2012-03-09 17:44:14 +01:00
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</footer>
|
2012-03-07 17:35:18 +01:00
|
|
|
</body>
|
|
|
|
</html>
|