mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
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
This commit is contained in:
10
index.html
10
index.html
@@ -6,7 +6,7 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
|
||||
<title>Innovative Multi-node Control — Ansible - SSH-Based Configuration Management & Deployment</title>
|
||||
<title>The Future of Systems Management Is Now — 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" />
|
||||
@@ -127,7 +127,8 @@ s.parentNode.insertBefore(ga, s);
|
||||
<a href="#"
|
||||
class="dropdown-toggle">Page</a>
|
||||
<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="#simple-secure-by-default">Simple & Secure By Default</a><ul>
|
||||
<li><a class="reference internal" href="#architecture">Architecture</a></li>
|
||||
@@ -163,7 +164,9 @@ s.parentNode.insertBefore(ga, s);
|
||||
<div class="container">
|
||||
<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
|
||||
complicated for too long, require too much bootstrapping, and have too
|
||||
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’s core is a little over 1000 lines.</p>
|
||||
<p>Ansible isn’t just for idempotent configuration – it’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>
|
||||
</div>
|
||||
<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>
|
||||
<p>Where Ansible excels though, is expressing complex multi-node
|
||||
|
||||
Reference in New Issue
Block a user