Since the first h2 appears as the title (need to fix this) put something up there

that makes some sense.  Should put Ansible first in the html TITLE, need to investigate
Sphinx details
pull/1256/head
Michael DeHaan 13 years ago
parent 02bd7b74e1
commit f63d7bcacc

@ -28,7 +28,7 @@
<link rel="shortcut icon" href="_static/favicon.ico"/> <link rel="shortcut icon" href="_static/favicon.ico"/>
<link rel="top" title="Ansible - SSH-Based Configuration Management &amp; Deployment" href="index.html" /> <link rel="top" title="Ansible - SSH-Based Configuration Management &amp; Deployment" href="index.html" />
<link rel="next" title="The Inventory File, Patterns, and Groups" href="patterns.html" /> <link rel="next" title="The Inventory File, Patterns, and Groups" href="patterns.html" />
<link rel="prev" title="Innovative Multi-node Control" href="index.html" /> <link rel="prev" title="The Future of Systems Management Is Now" href="index.html" />
<script type="text/javascript"> <script type="text/javascript">
(function () { (function () {
/** /**

@ -6,7 +6,7 @@
<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>Innovative Multi-node Control &mdash; Ansible - SSH-Based Configuration Management &amp; Deployment</title> <title>The Future of Systems Management Is Now &mdash; Ansible - SSH-Based Configuration Management &amp; 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" />
@ -127,7 +127,8 @@ s.parentNode.insertBefore(ga, s);
<a href="#" <a href="#"
class="dropdown-toggle">Page</a> class="dropdown-toggle">Page</a>
<span class="localtoc"><ul> <span class="localtoc"><ul>
<li><a class="reference internal" href="#">Innovative Multi-node Control</a></li> <li><a class="reference internal" href="#">The Future of Systems Management Is Now</a></li>
<li><a class="reference internal" href="#innovative-multi-node-control">Innovative Multi-node Control</a></li>
<li><a class="reference internal" href="#deployment-and-configuration-unified">Deployment and Configuration, Unified</a></li> <li><a class="reference internal" href="#deployment-and-configuration-unified">Deployment and Configuration, Unified</a></li>
<li><a class="reference internal" href="#simple-secure-by-default">Simple &amp; Secure By Default</a><ul> <li><a class="reference internal" href="#simple-secure-by-default">Simple &amp; Secure By Default</a><ul>
<li><a class="reference internal" href="#architecture">Architecture</a></li> <li><a class="reference internal" href="#architecture">Architecture</a></li>
@ -163,7 +164,9 @@ s.parentNode.insertBefore(ga, s);
<div class="container"> <div class="container">
<a href="http://ansible.github.com"><img src="http://ansible.github.com/ansible-logo.png" alt="Ansible"/></a><br/> <a href="http://ansible.github.com"><img src="http://ansible.github.com/ansible-logo.png" alt="Ansible"/></a><br/>
<p>Ansible is a radically simple deployment, model-driven configuration management, <div class="section" id="the-future-of-systems-management-is-now">
<h1>The Future of Systems Management Is Now<a class="headerlink" href="#the-future-of-systems-management-is-now" title="Permalink to this headline"></a></h1>
<p>Ansible is a radically simple model-driven configuration management, deployment,
and command execution framework. Other tools in this space have been too and command execution framework. Other tools in this space have been too
complicated for too long, require too much bootstrapping, and have too complicated for too long, require too much bootstrapping, and have too
much learning curve. Ansible is dead simple and painless to extend. much learning curve. Ansible is dead simple and painless to extend.
@ -171,6 +174,7 @@ For comparison, Puppet and Chef have about 60k lines of code.
Ansible&#8217;s core is a little over 1000 lines.</p> Ansible&#8217;s core is a little over 1000 lines.</p>
<p>Ansible isn&#8217;t just for idempotent configuration &#8211; it&#8217;s also great for ad-hoc <p>Ansible isn&#8217;t just for idempotent configuration &#8211; it&#8217;s also great for ad-hoc
tasks, quickly firing off commands against nodes. See <a class="reference internal" href="examples.html"><em>Command Line Examples</em></a>.</p> tasks, quickly firing off commands against nodes. See <a class="reference internal" href="examples.html"><em>Command Line Examples</em></a>.</p>
</div>
<div class="section" id="innovative-multi-node-control"> <div class="section" id="innovative-multi-node-control">
<h1>Innovative Multi-node Control<a class="headerlink" href="#innovative-multi-node-control" title="Permalink to this headline"></a></h1> <h1>Innovative Multi-node Control<a class="headerlink" href="#innovative-multi-node-control" title="Permalink to this headline"></a></h1>
<p>Where Ansible excels though, is expressing complex multi-node <p>Where Ansible excels though, is expressing complex multi-node

@ -1,5 +1,8 @@
Ansible is a radically simple deployment, model-driven configuration management, The Future of Systems Management Is Now
```````````````````````````````````````
Ansible is a radically simple model-driven configuration management, deployment,
and command execution framework. Other tools in this space have been too and command execution framework. Other tools in this space have been too
complicated for too long, require too much bootstrapping, and have too complicated for too long, require too much bootstrapping, and have too
much learning curve. Ansible is dead simple and painless to extend. much learning curve. Ansible is dead simple and painless to extend.

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save