mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
slight tweak to 'who uses'
This commit is contained in:
parent
717884b61a
commit
157bdbbd73
4 changed files with 10 additions and 3 deletions
|
@ -149,6 +149,7 @@ s.parentNode.insertBefore(ga, s);
|
||||||
class="dropdown-toggle">Page</a>
|
class="dropdown-toggle">Page</a>
|
||||||
<span class="localtoc"><ul>
|
<span class="localtoc"><ul>
|
||||||
<li><a class="reference internal" href="#">Best Practices</a><ul>
|
<li><a class="reference internal" href="#">Best Practices</a><ul>
|
||||||
|
<li><a class="reference internal" href="#always-mention-state">Always Mention State</a></li>
|
||||||
<li><a class="reference internal" href="#group-by-roles">Group By Roles</a></li>
|
<li><a class="reference internal" href="#group-by-roles">Group By Roles</a></li>
|
||||||
<li><a class="reference internal" href="#directory-organization">Directory Organization</a></li>
|
<li><a class="reference internal" href="#directory-organization">Directory Organization</a></li>
|
||||||
<li><a class="reference internal" href="#bundling-ansible-modules-with-playbooks">Bundling Ansible Modules With Playbooks</a></li>
|
<li><a class="reference internal" href="#bundling-ansible-modules-with-playbooks">Bundling Ansible Modules With Playbooks</a></li>
|
||||||
|
@ -183,6 +184,12 @@ s.parentNode.insertBefore(ga, s);
|
||||||
<div class="section" id="best-practices">
|
<div class="section" id="best-practices">
|
||||||
<h1>Best Practices<a class="headerlink" href="#best-practices" title="Permalink to this headline">¶</a></h1>
|
<h1>Best Practices<a class="headerlink" href="#best-practices" title="Permalink to this headline">¶</a></h1>
|
||||||
<p>Here are some tips for making the most of Ansible.</p>
|
<p>Here are some tips for making the most of Ansible.</p>
|
||||||
|
<div class="section" id="always-mention-state">
|
||||||
|
<h2>Always Mention State<a class="headerlink" href="#always-mention-state" title="Permalink to this headline">¶</a></h2>
|
||||||
|
<p>The ‘state’ parameter is optional to a lot of modules. Whether state=present or state=absent, it’s always
|
||||||
|
best to leave that parameter in your playbooks to make it clear, especially as some modules support additional
|
||||||
|
states.</p>
|
||||||
|
</div>
|
||||||
<div class="section" id="group-by-roles">
|
<div class="section" id="group-by-roles">
|
||||||
<h2>Group By Roles<a class="headerlink" href="#group-by-roles" title="Permalink to this headline">¶</a></h2>
|
<h2>Group By Roles<a class="headerlink" href="#group-by-roles" title="Permalink to this headline">¶</a></h2>
|
||||||
<p>A system can be in multiple groups. See <a class="reference internal" href="patterns.html"><em>Inventory & Patterns</em></a>. Having groups named after things like
|
<p>A system can be in multiple groups. See <a class="reference internal" href="patterns.html"><em>Inventory & Patterns</em></a>. Having groups named after things like
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
Who Uses Ansible
|
Who Uses Ansible
|
||||||
================
|
================
|
||||||
|
|
||||||
Ansible is used by all sorts of organizations from hosted web applications, media companies, consultancies, and ISVs. Some of these include:
|
Ansible is used by all sorts of organizations from hosted web applications, media companies, universities, consultancies, and ISVs -- all over the world. Some of these users include:
|
||||||
|
|
||||||
================================================== ===================================================
|
================================================== ===================================================
|
||||||
Who They Are What They Do
|
Who They Are What They Do
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -175,7 +175,7 @@ s.parentNode.insertBefore(ga, s);
|
||||||
|
|
||||||
<div class="section" id="who-uses-ansible">
|
<div class="section" id="who-uses-ansible">
|
||||||
<h1>Who Uses Ansible<a class="headerlink" href="#who-uses-ansible" title="Permalink to this headline">¶</a></h1>
|
<h1>Who Uses Ansible<a class="headerlink" href="#who-uses-ansible" title="Permalink to this headline">¶</a></h1>
|
||||||
<p>Ansible is used by all sorts of organizations from hosted web applications, media companies, consultancies, and ISVs. Some of these include:</p>
|
<p>Ansible is used by all sorts of organizations from hosted web applications, media companies, universities, consultancies, and ISVs – all over the world. Some of these users include:</p>
|
||||||
<table border="1" class="docutils">
|
<table border="1" class="docutils">
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col width="50%" />
|
<col width="50%" />
|
||||||
|
|
Loading…
Add table
Reference in a new issue