mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
homepage cleanup
This commit is contained in:
parent
10fc56adf0
commit
288499e391
3 changed files with 87 additions and 66 deletions
85
index.html
85
index.html
|
@ -149,7 +149,6 @@ s.parentNode.insertBefore(ga, s);
|
|||
<span class="localtoc"><ul>
|
||||
<li><a class="reference internal" href="#">Introducing Ansible</a></li>
|
||||
<li><a class="reference internal" href="#architecture">Architecture</a></li>
|
||||
<li><a class="reference internal" href="#resources">Resources</a></li>
|
||||
<li><a class="reference internal" href="#documentation">Documentation</a><ul>
|
||||
</ul>
|
||||
</li>
|
||||
|
@ -246,7 +245,8 @@ steps on all your webservers, then some steps on your database
|
|||
servers, and then some steps on monitoring servers – all the
|
||||
while sharing variables between them is trivial.</td>
|
||||
</tr>
|
||||
<tr><td>Doesn’t choose sides</td>
|
||||
<tr><td>Doesn’t choose sides in the
|
||||
language war</td>
|
||||
<td>Modules can be written in Bash, Perl, Python, Ruby, whatever.
|
||||
Playbooks are not a programming language, but a data format.</td>
|
||||
</tr>
|
||||
|
@ -276,19 +276,36 @@ already using – openssh.</td>
|
|||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="section" id="resources">
|
||||
<h1>Resources<a class="headerlink" href="#resources" title="Permalink to this headline">¶</a></h1>
|
||||
<p>Your ideas and contributions are welcome. We’re also happy to help
|
||||
you with questions about Ansible.</p>
|
||||
<ul class="simple">
|
||||
<li>Visit the <a class="reference external" href="https://github.com/ansible/ansible">project page</a> on Github</li>
|
||||
<li>View the <a class="reference external" href="https://github.com/ansible/ansible/issues">issue tracker</a></li>
|
||||
<li>See the presentation on <a class="reference external" href="http://speakerdeck.com/u/mpdehaan/p/ansible">Speakerdeck</a></li>
|
||||
<li>Visit the <a class="reference external" href="http://groups.google.com/group/ansible-project">Google Group</a></li>
|
||||
<li>Chat on <a class="reference external" href="http://webchat.freenode.net/?channels=ansible">FreeNode</a></li>
|
||||
<li>Join the <a class="reference external" href="http://groups.google.com/group/ansible-project">Mailing List</a></li>
|
||||
</ul>
|
||||
<table border="1" class="docutils">
|
||||
<colgroup>
|
||||
<col width="23%" />
|
||||
<col width="77%" />
|
||||
</colgroup>
|
||||
<thead valign="bottom">
|
||||
<tr><th class="head" colspan="2">Community</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody valign="top">
|
||||
<tr><td colspan="2">Your ideas and contributions are welcome. We’re also happy to help
|
||||
you with questions about Ansible.</td>
|
||||
</tr>
|
||||
<tr><td>Get the source</td>
|
||||
<td>Visit the <a class="reference external" href="https://github.com/ansible/ansible">project page</a> on Github</td>
|
||||
</tr>
|
||||
<tr><td>File a bug</td>
|
||||
<td>View the <a class="reference external" href="https://github.com/ansible/ansible/issues">issue tracker</a></td>
|
||||
</tr>
|
||||
<tr><td>Spread the word</td>
|
||||
<td>Watch slides on <a class="reference external" href="http://speakerdeck.com/u/mpdehaan/p/ansible">Speakerdeck</a></td>
|
||||
</tr>
|
||||
<tr><td>Join the mailing list</td>
|
||||
<td>Visit the <a class="reference external" href="http://groups.google.com/group/ansible-project">Google Group</a></td>
|
||||
</tr>
|
||||
<tr><td>Chat</td>
|
||||
<td>Visit the channel on <a class="reference external" href="http://webchat.freenode.net/?channels=ansible">FreeNode</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table border="1" class="docutils">
|
||||
<colgroup>
|
||||
<col width="100%" />
|
||||
|
@ -315,25 +332,6 @@ migrate all my stuff to the much more sensical ansible. Nice work</td>
|
|||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="section" id="documentation">
|
||||
<h1>Documentation<a class="headerlink" href="#documentation" title="Permalink to this headline">¶</a></h1>
|
||||
<div class="toctree-wrapper compound">
|
||||
<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">Inventory & Patterns</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="examples.html">Command Line</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="YAMLSyntax.html">YAML Syntax</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="playbooks2.html">Advanced Playbooks</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="bestpractices.html">Best Practices</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="api.html">API & Integrations</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="moduledev.html">Module Development</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="faq.html">FAQ</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="who_uses_ansible.html">Who Uses Ansible</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<table border="1" class="docutils">
|
||||
<colgroup>
|
||||
<col width="100%" />
|
||||
|
@ -359,6 +357,25 @@ Puppet Labs, and is now with <a class="reference external" href="http://rpath.co
|
|||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="section" id="documentation">
|
||||
<h1>Documentation<a class="headerlink" href="#documentation" title="Permalink to this headline">¶</a></h1>
|
||||
<div class="toctree-wrapper compound">
|
||||
<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">Inventory & Patterns</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="examples.html">Command Line</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="YAMLSyntax.html">YAML Syntax</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="playbooks2.html">Advanced Playbooks</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="bestpractices.html">Best Practices</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="api.html">API & Integrations</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="moduledev.html">Module Development</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="faq.html">FAQ</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="who_uses_ansible.html">Who Uses Ansible</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<br/>
|
||||
|
|
|
@ -60,8 +60,8 @@ Architecture
|
|||
| | servers, and then some steps on monitoring servers -- all the |
|
||||
| | while sharing variables between them is trivial. |
|
||||
+------------------------------------+-------------------------------------------------------------------+
|
||||
| Doesn't choose sides | Modules can be written in Bash, Perl, Python, Ruby, whatever. |
|
||||
| | Playbooks are not a programming language, but a data format. |
|
||||
| Doesn't choose sides in the | Modules can be written in Bash, Perl, Python, Ruby, whatever. |
|
||||
| language war | Playbooks are not a programming language, but a data format. |
|
||||
+------------------------------------+-------------------------------------------------------------------+
|
||||
| Infrastructure Is Not Code, | Playbooks are not a programming language, they are designed to be |
|
||||
| Infrastructure Is Data | super-easy to write, and easy to audit by non-developers. You |
|
||||
|
@ -84,18 +84,22 @@ Architecture
|
|||
| | already using -- openssh. |
|
||||
+------------------------------------+-------------------------------------------------------------------+
|
||||
|
||||
Resources
|
||||
`````````
|
||||
|
||||
Your ideas and contributions are welcome. We're also happy to help
|
||||
you with questions about Ansible.
|
||||
|
||||
* Visit the `project page <https://github.com/ansible/ansible>`_ on Github
|
||||
* View the `issue tracker <https://github.com/ansible/ansible/issues>`_
|
||||
* See the presentation on `Speakerdeck <http://speakerdeck.com/u/mpdehaan/p/ansible>`_
|
||||
* Visit the `Google Group <http://groups.google.com/group/ansible-project>`_
|
||||
* Chat on `FreeNode <http://webchat.freenode.net/?channels=ansible>`_
|
||||
* Join the `Mailing List <http://groups.google.com/group/ansible-project>`_
|
||||
+-----------------------------------------------------------------------------------------------------------+
|
||||
| Community |
|
||||
+===========================================================================================================+
|
||||
| Your ideas and contributions are welcome. We're also happy to help |
|
||||
| you with questions about Ansible. |
|
||||
+------------------------+----------------------------------------------------------------------------------+
|
||||
| Get the source | Visit the `project page <https://github.com/ansible/ansible>`_ on Github |
|
||||
+------------------------+----------------------------------------------------------------------------------+
|
||||
| File a bug | View the `issue tracker <https://github.com/ansible/ansible/issues>`_ |
|
||||
+------------------------+----------------------------------------------------------------------------------+
|
||||
| Spread the word | Watch slides on `Speakerdeck <http://speakerdeck.com/u/mpdehaan/p/ansible>`_ |
|
||||
+------------------------+----------------------------------------------------------------------------------+
|
||||
| Join the mailing list | Visit the `Google Group <http://groups.google.com/group/ansible-project>`_ |
|
||||
+------------------------+----------------------------------------------------------------------------------+
|
||||
| Chat | Visit the channel on `FreeNode <http://webchat.freenode.net/?channels=ansible>`_ |
|
||||
+------------------------+----------------------------------------------------------------------------------+
|
||||
|
||||
+-----------------------------------------------------------------------------------------------------------+
|
||||
| What People Are Saying |
|
||||
|
@ -116,7 +120,22 @@ you with questions about Ansible.
|
|||
| migrate all my stuff to the much more sensical ansible. Nice work |
|
||||
+-----------------------------------------------------------------------------------------------------------+
|
||||
|
||||
|
||||
+--------------------------------------------------------------------------------------------------+
|
||||
| Presented By... |
|
||||
+==================================================================================================+
|
||||
| Ansible was created and is run by `Michael DeHaan <http://michaeldehaan.net>`_ |
|
||||
| (`@laserllama <http://twitter.com/#!/laserllama>`_), a Raleigh, NC |
|
||||
| based software developer and architect, who also created the popular |
|
||||
| DevOps install server `Cobbler <http://cobbler.github.com/>`_. |
|
||||
| Cobbler is used to deploy mission critical systems all over the |
|
||||
| planet, in industries ranging from massively multiplayer gaming, core |
|
||||
| internet infrastructure, finance, chip design, and more. Michael also |
|
||||
| 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 |
|
||||
| software for IBM, Motorola, Red Hat's Emerging Technologies Group, |
|
||||
| Puppet Labs, and is now with `rPath <http://rpath.com>`_. Reach Michael by email |
|
||||
| `here <mailto:michael.dehaan@gmail.com>`_. |
|
||||
+--------------------------------------------------------------------------------------------------+
|
||||
|
||||
Documentation
|
||||
`````````````
|
||||
|
@ -137,19 +156,4 @@ Documentation
|
|||
faq
|
||||
who_uses_ansible
|
||||
|
||||
+--------------------------------------------------------------------------------------------------+
|
||||
| Presented By... |
|
||||
+==================================================================================================+
|
||||
| Ansible was created and is run by `Michael DeHaan <http://michaeldehaan.net>`_ |
|
||||
| (`@laserllama <http://twitter.com/#!/laserllama>`_), a Raleigh, NC |
|
||||
| based software developer and architect, who also created the popular |
|
||||
| DevOps install server `Cobbler <http://cobbler.github.com/>`_. |
|
||||
| Cobbler is used to deploy mission critical systems all over the |
|
||||
| planet, in industries ranging from massively multiplayer gaming, core |
|
||||
| internet infrastructure, finance, chip design, and more. Michael also |
|
||||
| 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 |
|
||||
| software for IBM, Motorola, Red Hat's Emerging Technologies Group, |
|
||||
| Puppet Labs, and is now with `rPath <http://rpath.com>`_. Reach Michael by email |
|
||||
| `here <mailto:michael.dehaan@gmail.com>`_. |
|
||||
+--------------------------------------------------------------------------------------------------+
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue