mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-27 10:40:22 -07:00
Fix grammatical error.
This commit is contained in:
parent
57dec507f0
commit
860fe50048
5 changed files with 17 additions and 16 deletions
21
index.html
21
index.html
|
@ -129,7 +129,7 @@ s.parentNode.insertBefore(ga, s);
|
||||||
<span class="localtoc"><ul>
|
<span class="localtoc"><ul>
|
||||||
<li><a class="reference internal" href="#">Introducing Ansible</a><ul>
|
<li><a class="reference internal" href="#">Introducing Ansible</a><ul>
|
||||||
<li><a class="reference internal" href="#architecture">Architecture</a></li>
|
<li><a class="reference internal" href="#architecture">Architecture</a></li>
|
||||||
<li><a class="reference internal" href="#design-goals">Design Goals</a></li>
|
<li><a class="reference internal" href="#features">Features</a></li>
|
||||||
<li><a class="reference internal" href="#resources">Resources</a></li>
|
<li><a class="reference internal" href="#resources">Resources</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
|
@ -179,8 +179,7 @@ different sets of nodes through <a class="reference internal" href="playbooks.ht
|
||||||
language – you can write <a class="reference internal" href="modules.html"><em>Ansible Modules</em></a> as scripts or programs that return
|
language – you can write <a class="reference internal" href="modules.html"><em>Ansible Modules</em></a> as scripts or programs that return
|
||||||
simple JSON. It’s also trivially easy to just execute useful shell
|
simple JSON. It’s also trivially easy to just execute useful shell
|
||||||
commands.</p>
|
commands.</p>
|
||||||
<p>Why use Ansible versus something else? (Puppet, Chef, Fabric,
|
<p>Why use Ansible versus something else? (Puppet, Chef, Capistrano, etc?) Ansible will have far
|
||||||
Capistrano, mCollective, Func, SaltStack, etc?) Ansible will have far
|
|
||||||
less code, it will be (by extension) more correct, and it will be the
|
less code, it will be (by extension) more correct, and it will be the
|
||||||
easiest thing to hack on and use you’ll ever see – regardless of your
|
easiest thing to hack on and use you’ll ever see – regardless of your
|
||||||
favorite language of choice.</p>
|
favorite language of choice.</p>
|
||||||
|
@ -190,19 +189,21 @@ will remain short & simple, and the source will be blindingly obvious.</p>
|
||||||
<h2>Architecture<a class="headerlink" href="#architecture" title="Permalink to this headline">¶</a></h2>
|
<h2>Architecture<a class="headerlink" href="#architecture" title="Permalink to this headline">¶</a></h2>
|
||||||
<img alt=""Architecture Diagram"" src="http://ansible.github.com/ansible_arch.jpg" style="width: 648px; height: 464px;" />
|
<img alt=""Architecture Diagram"" src="http://ansible.github.com/ansible_arch.jpg" style="width: 648px; height: 464px;" />
|
||||||
</div>
|
</div>
|
||||||
<div class="section" id="design-goals">
|
<div class="section" id="features">
|
||||||
<h2>Design Goals<a class="headerlink" href="#design-goals" title="Permalink to this headline">¶</a></h2>
|
<h2>Features<a class="headerlink" href="#features" title="Permalink to this headline">¶</a></h2>
|
||||||
<ul class="simple">
|
<ul class="simple">
|
||||||
<li>Dead simple setup</li>
|
<li>Dead simple setup</li>
|
||||||
<li>Super fast & parallel by default</li>
|
<li>Super fast & parallel by default</li>
|
||||||
<li>No server or client daemons; use existing SSHd out of the box</li>
|
<li>No server or client daemons; use existing SSHd out of the box</li>
|
||||||
<li>No additional software required on client boxes</li>
|
<li>No additional software required on client boxes</li>
|
||||||
<li>Can be easily run from a checkout, no installation required</li>
|
<li>Can be easily run from a checkout, no installation required</li>
|
||||||
<li>Modules are idempotent</li>
|
<li>Modules are idempotent, but you can also easily use shell commands</li>
|
||||||
<li>Modules can be written in ANY language</li>
|
<li>Modules can be written in ANY language</li>
|
||||||
<li>Awesome API for creating very powerful distributed scripts</li>
|
<li>Awesome API for creating very powerful distributed scripts</li>
|
||||||
<li>Does not have to run remote steps as root</li>
|
<li>Does not have to run remote steps as root</li>
|
||||||
<li>Create the easiest config management system to use, ever.</li>
|
<li>Pluggable transports (SSH is just the default)</li>
|
||||||
|
<li>Source host info & variables from files or external software</li>
|
||||||
|
<li>The easiest config management system to use, ever.</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="section" id="resources">
|
<div class="section" id="resources">
|
||||||
|
@ -341,12 +342,12 @@ you with questions about Ansible.</p>
|
||||||
<div class="section" id="about-the-author">
|
<div class="section" id="about-the-author">
|
||||||
<h2>About the Author<a class="headerlink" href="#about-the-author" title="Permalink to this headline">¶</a></h2>
|
<h2>About the Author<a class="headerlink" href="#about-the-author" title="Permalink to this headline">¶</a></h2>
|
||||||
<p>Ansible was originally developed by <a class="reference external" href="http://michaeldehaan.net">Michael DeHaan</a> (<a class="reference external" href="http://twitter.com/#!/laserllama">@laserllama</a>), a Raleigh, NC
|
<p>Ansible was originally developed by <a class="reference external" href="http://michaeldehaan.net">Michael DeHaan</a> (<a class="reference external" href="http://twitter.com/#!/laserllama">@laserllama</a>), a Raleigh, NC
|
||||||
based software developer and architect. He created other popular
|
based software developer and architect. He created the popular
|
||||||
DevOps programs such as <a class="reference external" href="http://cobbler.github.com/">Cobbler</a>, the popular Linux install server.
|
DevOps program <a class="reference external" href="http://cobbler.github.com/">Cobbler</a>.
|
||||||
Cobbler is used to deploy mission critical systems all over the
|
Cobbler is used to deploy mission critical systems all over the
|
||||||
planet, in industries ranging from massively multiplayer gaming, core
|
planet, in industries ranging from massively multiplayer gaming, core
|
||||||
internet infrastructure, finance, chip design, and more. Michael also
|
internet infrastructure, finance, chip design, and more. Michael also
|
||||||
helped co-author of <a class="reference external" href="http://fedorahosted.org/func/">Func</a>, a precursor to Ansible, which is used to
|
helped co-author <a class="reference external" href="http://fedorahosted.org/func/">Func</a>, a precursor to Ansible, which is used to
|
||||||
orchestrate systems in lots of diverse places. He’s worked on systems
|
orchestrate systems in lots of diverse places. He’s worked on systems
|
||||||
software for IBM, Motorola, Red Hat’s Emerging Technologies Group,
|
software for IBM, Motorola, Red Hat’s Emerging Technologies Group,
|
||||||
Puppet Labs, and rPath. Reach Michael by email <a class="reference external" href="mailto:michael.dehaan%40gmail.com">here</a>.</p>
|
Puppet Labs, and rPath. Reach Michael by email <a class="reference external" href="mailto:michael.dehaan%40gmail.com">here</a>.</p>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
<!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>ansible-playbook</title><link rel="stylesheet" href="./docbook-xsl.css" type="text/css" /><meta name="generator" content="DocBook XSL Stylesheets V1.75.2" /></head><body><div xml:lang="en" class="refentry" title="ansible-playbook" lang="en"><a id="id510968"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>ansible-playbook — run an ansible playbook</p></div><div class="refsynopsisdiv" title="Synopsis"><a id="_synopsis"></a><h2>Synopsis</h2><p>ansible-playbook <filename.yml> … [options]</p></div><div class="refsect1" title="DESCRIPTION"><a id="_description"></a><h2>DESCRIPTION</h2><p><span class="strong"><strong>Ansible playbooks</strong></span> are a configuration and multinode deployment system. Ansible-playbook is the tool
|
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>ansible-playbook</title><link rel="stylesheet" href="./docbook-xsl.css" type="text/css" /><meta name="generator" content="DocBook XSL Stylesheets V1.75.2" /></head><body><div xml:lang="en" class="refentry" title="ansible-playbook" lang="en"><a id="id324020"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>ansible-playbook — run an ansible playbook</p></div><div class="refsynopsisdiv" title="Synopsis"><a id="_synopsis"></a><h2>Synopsis</h2><p>ansible-playbook <filename.yml> … [options]</p></div><div class="refsect1" title="DESCRIPTION"><a id="_description"></a><h2>DESCRIPTION</h2><p><span class="strong"><strong>Ansible playbooks</strong></span> are a configuration and multinode deployment system. Ansible-playbook is the tool
|
||||||
used to run them. See the project home page (link below) for more information.</p></div><div class="refsect1" title="ARGUMENTS"><a id="_arguments"></a><h2>ARGUMENTS</h2><div class="variablelist"><dl><dt><span class="term">
|
used to run them. See the project home page (link below) for more information.</p></div><div class="refsect1" title="ARGUMENTS"><a id="_arguments"></a><h2>ARGUMENTS</h2><div class="variablelist"><dl><dt><span class="term">
|
||||||
<span class="strong"><strong>filename.yml</strong></span>
|
<span class="strong"><strong>filename.yml</strong></span>
|
||||||
</span></dt><dd>
|
</span></dt><dd>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
<!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>ansible</title><link rel="stylesheet" href="./docbook-xsl.css" type="text/css" /><meta name="generator" content="DocBook XSL Stylesheets V1.75.2" /></head><body><div xml:lang="en" class="refentry" title="ansible" lang="en"><a id="id522608"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>ansible — run a command somewhere else</p></div><div class="refsynopsisdiv" title="Synopsis"><a id="_synopsis"></a><h2>Synopsis</h2><p>ansible <host-pattern> [-f forks] [-m module_name] [-a args]</p></div><div class="refsect1" title="DESCRIPTION"><a id="_description"></a><h2>DESCRIPTION</h2><p><span class="strong"><strong>Ansible</strong></span> is an extra-simple tool/framework/API for doing 'remote things' over
|
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>ansible</title><link rel="stylesheet" href="./docbook-xsl.css" type="text/css" /><meta name="generator" content="DocBook XSL Stylesheets V1.75.2" /></head><body><div xml:lang="en" class="refentry" title="ansible" lang="en"><a id="id569302"></a><div class="titlepage"></div><div class="refnamediv"><h2>Name</h2><p>ansible — run a command somewhere else</p></div><div class="refsynopsisdiv" title="Synopsis"><a id="_synopsis"></a><h2>Synopsis</h2><p>ansible <host-pattern> [-f forks] [-m module_name] [-a args]</p></div><div class="refsect1" title="DESCRIPTION"><a id="_description"></a><h2>DESCRIPTION</h2><p><span class="strong"><strong>Ansible</strong></span> is an extra-simple tool/framework/API for doing 'remote things' over
|
||||||
SSH.</p></div><div class="refsect1" title="ARGUMENTS"><a id="_arguments"></a><h2>ARGUMENTS</h2><div class="variablelist"><dl><dt><span class="term">
|
SSH.</p></div><div class="refsect1" title="ARGUMENTS"><a id="_arguments"></a><h2>ARGUMENTS</h2><div class="variablelist"><dl><dt><span class="term">
|
||||||
<span class="strong"><strong>host-pattern</strong></span>
|
<span class="strong"><strong>host-pattern</strong></span>
|
||||||
</span></dt><dd>
|
</span></dt><dd>
|
||||||
|
|
|
@ -103,12 +103,12 @@ About the Author
|
||||||
````````````````
|
````````````````
|
||||||
|
|
||||||
Ansible was originally developed by `Michael DeHaan <http://michaeldehaan.net>`_ (`@laserllama <http://twitter.com/#!/laserllama>`_), a Raleigh, NC
|
Ansible was originally developed by `Michael DeHaan <http://michaeldehaan.net>`_ (`@laserllama <http://twitter.com/#!/laserllama>`_), a Raleigh, NC
|
||||||
based software developer and architect. He created other popular
|
based software developer and architect. He created the popular
|
||||||
DevOps programs such as `Cobbler <http://cobbler.github.com/>`_, the popular Linux install server.
|
DevOps program `Cobbler <http://cobbler.github.com/>`_.
|
||||||
Cobbler is used to deploy mission critical systems all over the
|
Cobbler is used to deploy mission critical systems all over the
|
||||||
planet, in industries ranging from massively multiplayer gaming, core
|
planet, in industries ranging from massively multiplayer gaming, core
|
||||||
internet infrastructure, finance, chip design, and more. Michael also
|
internet infrastructure, finance, chip design, and more. Michael also
|
||||||
helped co-author of `Func <http://fedorahosted.org/func/>`_, a precursor to Ansible, which is used to
|
helped co-author `Func <http://fedorahosted.org/func/>`_, a precursor to Ansible, which is used to
|
||||||
orchestrate systems in lots of diverse places. He's worked on systems
|
orchestrate systems in lots of diverse places. He's worked on systems
|
||||||
software for IBM, Motorola, Red Hat's Emerging Technologies Group,
|
software for IBM, Motorola, Red Hat's Emerging Technologies Group,
|
||||||
Puppet Labs, and rPath. Reach Michael by email `here <mailto:michael.dehaan@gmail.com>`_.
|
Puppet Labs, and rPath. Reach Michael by email `here <mailto:michael.dehaan@gmail.com>`_.
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue