docs rebuild
This commit is contained in:
parent
c39b7261f1
commit
a4b07056ce
2 changed files with 12 additions and 12 deletions
22
index.html
22
index.html
|
@ -183,7 +183,7 @@ s.parentNode.insertBefore(ga, s);
|
||||||
and command execution framework. Other tools in this space have been too complicated for too long,
|
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. By comparison, Ansible is dead simple
|
require too much bootstrapping, and have too much learning curve. By comparison, Ansible is dead simple
|
||||||
and painless to extend. Puppet and Chef have about 60k lines of code. Ansible’s core is a little over 2000 lines.</p>
|
and painless to extend. Puppet and Chef have about 60k lines of code. Ansible’s core is a little over 2000 lines.</p>
|
||||||
<p>Ansible isn’t just for configuration management – it’s also great for ad-hoc tasks, quickly firing off commands against nodes, and it excels at complex multi-node deployment tasks, being designed for that purpose from day one.</p>
|
<p>Ansible isn’t just for configuration management – it’s also great for ad-hoc tasks, quickly firing off commands against nodes, and it excels at complex multi-tier deployment tasks, being designed for that purpose from day one.</p>
|
||||||
<p>Systems management doesn’t have to be complicated. We’ve learned well from the “Infrastructure is Code” movement.
|
<p>Systems management doesn’t have to be complicated. We’ve learned well from the “Infrastructure is Code” movement.
|
||||||
Infrastructure should be easy and powerful to command, but it should not look like code, lest it acquire the disadvantages of a software project – bugs, complexity, and overhead. Infrastructure configurations should be simple, easy to develop, and easy to audit. This is Ansible’s philosophy and the main reason it’s different. Read on, though, and we’ll tell you more.</p>
|
Infrastructure should be easy and powerful to command, but it should not look like code, lest it acquire the disadvantages of a software project – bugs, complexity, and overhead. Infrastructure configurations should be simple, easy to develop, and easy to audit. This is Ansible’s philosophy and the main reason it’s different. Read on, though, and we’ll tell you more.</p>
|
||||||
<table border="1" class="docutils">
|
<table border="1" class="docutils">
|
||||||
|
@ -197,27 +197,27 @@ Infrastructure should be easy and powerful to command, but it should not look li
|
||||||
<tbody valign="top">
|
<tbody valign="top">
|
||||||
<tr><td>Dead simple setup</td>
|
<tr><td>Dead simple setup</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr><td>Can be easily run from a checkout, no installation required</td>
|
||||||
|
</tr>
|
||||||
|
<tr><td>No agents or software to install on managed machines</td>
|
||||||
|
</tr>
|
||||||
|
<tr><td>Ultra-secure; uses existing SSHd out of the box</td>
|
||||||
|
</tr>
|
||||||
|
<tr><td>Connect as any user, not just root, and sudo as needed</td>
|
||||||
|
</tr>
|
||||||
<tr><td>Super fast & parallel by default</td>
|
<tr><td>Super fast & parallel by default</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr><td>No server or client daemons; use existing SSHd out of the box</td>
|
|
||||||
</tr>
|
|
||||||
<tr><td>Supports Kerberized SSH, jump hosts, forwarding, etc</td>
|
<tr><td>Supports Kerberized SSH, jump hosts, forwarding, etc</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr><td>No additional software required on client boxes</td>
|
|
||||||
</tr>
|
|
||||||
<tr><td>Can be easily run from a checkout, no installation required</td>
|
|
||||||
</tr>
|
|
||||||
<tr><td>Modules are idempotent, but you can also easily use shell commands</td>
|
<tr><td>Modules are idempotent, but you can also easily use shell commands</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr><td>Modules can be written in ANY language</td>
|
<tr><td>Modules can be written in ANY language</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr><td>Awesome API for creating very powerful distributed scripts</td>
|
<tr><td>Awesome API for creating very powerful distributed applications</td>
|
||||||
</tr>
|
|
||||||
<tr><td>Does not have to run remote steps as root</td>
|
|
||||||
</tr>
|
</tr>
|
||||||
<tr><td>Pluggable transports (SSH is just the default)</td>
|
<tr><td>Pluggable transports (SSH is just the default)</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr><td>Source host info & variables from files or external software</td>
|
<tr><td>Can draw inventory data from external sources like EC2 and Cobbler</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr><td>The easiest config management system to use, ever.</td>
|
<tr><td>The easiest config management system to use, ever.</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue