Skip to content

Commit 856565f

Browse files
Update docs
1 parent 4b87ad8 commit 856565f

File tree

37,186 files changed

+1189792
-648594
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

37,186 files changed

+1189792
-648594
lines changed

debian/control

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,13 @@ Depends: ${misc:Depends},
399399
Description: View devdocs offline in a terminal
400400
This package contains offline data for erlang.
401401

402+
Package: devdocs-data-es-toolkit
403+
Architecture: all
404+
Depends: ${misc:Depends},
405+
devdocs (= ${binary:Version})
406+
Description: View devdocs offline in a terminal
407+
This package contains offline data for es-toolkit.
408+
402409
Package: devdocs-data-esbuild
403410
Architecture: all
404411
Depends: ${misc:Depends},
@@ -1610,6 +1617,13 @@ Depends: ${misc:Depends},
16101617
Description: View devdocs offline in a terminal
16111618
This package contains offline data for varnish.
16121619

1620+
Package: devdocs-data-vertx
1621+
Architecture: all
1622+
Depends: ${misc:Depends},
1623+
devdocs (= ${binary:Version})
1624+
Description: View devdocs offline in a terminal
1625+
This package contains offline data for vertx.
1626+
16131627
Package: devdocs-data-vite
16141628
Architecture: all
16151629
Depends: ${misc:Depends},
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
usr/share/devdocs/html/es-toolkit

debian/devdocs-data-vertx.install

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
usr/share/devdocs/html/vertx

html/ansible/api/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<code>module.exit_json()</code> </dt>
4545
</dl> <p>Exits and returns output.</p> </section> <section id="module-ansible.module_utils"> <h2 id="modules">Modules</h2> </section> </section><div class="_attribution">
4646
<p class="_attribution-p">
47-
&copy; 2012&ndash;2018 Michael DeHaan<br>&copy; 2018&ndash;2024 Red Hat, Inc.<br>Licensed under the GNU General Public License version 3.<br>
47+
&copy; 2012&ndash;2018 Michael DeHaan<br>&copy; 2018&ndash;2025 Red Hat, Inc.<br>Licensed under the GNU General Public License version 3.<br>
4848
<a href="https://docs.ansible.com/ansible/latest/api/index.html" class="_attribution-link">https://docs.ansible.com/ansible/latest/api/index.html</a>
4949
</p>
5050
</div>

html/ansible/cli/ansible-config.html

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<section id="ansible-config"> <h1 id="id1">ansible-config</h1> <p><strong>View ansible configuration.</strong></p> <ul class="simple"> <li><a class="reference internal" href="#synopsis" id="id2">Synopsis</a></li> <li><a class="reference internal" href="#description" id="id3">Description</a></li> <li><a class="reference internal" href="#common-options" id="id4">Common Options</a></li> <li>
2-
<p><a class="reference internal" href="#actions" id="id5">Actions</a></p> <ul> <li><a class="reference internal" href="#list" id="id6">list</a></li> <li><a class="reference internal" href="#dump" id="id7">dump</a></li> <li><a class="reference internal" href="#view" id="id8">view</a></li> <li><a class="reference internal" href="#init" id="id9">init</a></li> </ul> </li> <li><a class="reference internal" href="#environment" id="id10">Environment</a></li> <li><a class="reference internal" href="#files" id="id11">Files</a></li> <li><a class="reference internal" href="#author" id="id12">Author</a></li> <li><a class="reference internal" href="#license" id="id13">License</a></li> <li><a class="reference internal" href="#see-also" id="id14">See also</a></li> </ul> <section id="synopsis"> <h2>Synopsis</h2> <pre data-language="bash">usage: ansible-config [-h] [--version] [-v] {list,dump,view,init} ...
2+
<p><a class="reference internal" href="#actions" id="id5">Actions</a></p> <ul> <li><a class="reference internal" href="#list" id="id6">list</a></li> <li><a class="reference internal" href="#dump" id="id7">dump</a></li> <li><a class="reference internal" href="#view" id="id8">view</a></li> <li><a class="reference internal" href="#init" id="id9">init</a></li> <li><a class="reference internal" href="#validate" id="id10">validate</a></li> </ul> </li> <li><a class="reference internal" href="#environment" id="id11">Environment</a></li> <li><a class="reference internal" href="#files" id="id12">Files</a></li> <li><a class="reference internal" href="#author" id="id13">Author</a></li> <li><a class="reference internal" href="#license" id="id14">License</a></li> <li><a class="reference internal" href="#see-also" id="id15">See also</a></li> </ul> <section id="synopsis"> <h2>Synopsis</h2> <pre data-language="bash">usage: ansible-config [-h] [--version] [-v] {list,dump,view,init,validate} ...
33
</pre> </section> <section id="description"> <h2>Description</h2> <p>Config command line class</p> </section> <section id="common-options"> <h2>Common Options</h2> <dl class="std option"> <dt class="sig sig-object std" id="cmdoption-ansible-config-version">
44
<code>--version</code> </dt> <dd>
55
<p>show program’s version number, config file location, configured module search path, module location, executable location and exit</p> </dd>
@@ -48,9 +48,18 @@
4848
</dl> <dl class="std option"> <dt class="sig sig-object std" id="cmdoption-ansible-config-init-t">
4949
<code>-t &lt;TYPE&gt;, --type &lt;TYPE&gt;</code> </dt> <dd>
5050
<p>Filter down to a specific plugin type.</p> </dd>
51+
</dl> </section> <section id="validate"> <h3 id="ansible-config-validate">validate</h3> <dl class="std option"> <dt class="sig sig-object std" id="cmdoption-ansible-config-validate-format">
52+
<code>--format &lt;FORMAT&gt;, -f &lt;FORMAT&gt;</code> </dt> <dd>
53+
<p>Output format for init</p> </dd>
54+
</dl> <dl class="std option"> <dt class="sig sig-object std" id="cmdoption-ansible-config-validate-c">
55+
<code>-c &lt;CONFIG_FILE&gt;, --config &lt;CONFIG_FILE&gt;</code> </dt> <dd>
56+
<p>path to configuration file, defaults to first file found in precedence.</p> </dd>
57+
</dl> <dl class="std option"> <dt class="sig sig-object std" id="cmdoption-ansible-config-validate-t">
58+
<code>-t &lt;TYPE&gt;, --type &lt;TYPE&gt;</code> </dt> <dd>
59+
<p>Filter down to a specific plugin type.</p> </dd>
5160
</dl> </section> </section> <section id="environment"> <h2>Environment</h2> <p>The following environment variables may be specified.</p> <p><a class="reference internal" href="../reference_appendices/config.html#envvar-ANSIBLE_CONFIG" id="index-0"><code>ANSIBLE_CONFIG</code></a> – Override the default ansible config file</p> <p>Many more are available for most options in ansible.cfg</p> </section> <section id="files"> <h2>Files</h2> <p><code>/etc/ansible/ansible.cfg</code> – Config file, used if present</p> <p><code>~/.ansible.cfg</code> – User config file, overrides the default config if present</p> </section> <section id="author"> <h2>Author</h2> <p>Ansible was originally written by Michael DeHaan.</p> <p>See the <code>AUTHORS</code> file for a complete list of contributors.</p> </section> <section id="license"> <h2>License</h2> <p>Ansible is released under the terms of the GPLv3+ License.</p> </section> <section id="see-also"> <h2>See also</h2> <p><em class="manpage">ansible(1)</em>, <em class="manpage">ansible-console(1)</em>, <em class="manpage">ansible-doc(1)</em>, <em class="manpage">ansible-galaxy(1)</em>, <em class="manpage">ansible-inventory(1)</em>, <em class="manpage">ansible-playbook(1)</em>, <em class="manpage">ansible-pull(1)</em>, <em class="manpage">ansible-vault(1)</em></p> </section> </section><div class="_attribution">
5261
<p class="_attribution-p">
53-
&copy; 2012&ndash;2018 Michael DeHaan<br>&copy; 2018&ndash;2024 Red Hat, Inc.<br>Licensed under the GNU General Public License version 3.<br>
62+
&copy; 2012&ndash;2018 Michael DeHaan<br>&copy; 2018&ndash;2025 Red Hat, Inc.<br>Licensed under the GNU General Public License version 3.<br>
5463
<a href="https://docs.ansible.com/ansible/latest/cli/ansible-config.html" class="_attribution-link">https://docs.ansible.com/ansible/latest/cli/ansible-config.html</a>
5564
</p>
5665
</div>

html/ansible/cli/ansible-console.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
<p>A name of a group in the inventory, a shell-like glob selecting hosts in inventory or any combination of the two separated by commas.</p> </dd>
133133
</dl> </section> <section id="environment"> <h2>Environment</h2> <p>The following environment variables may be specified.</p> <p><a class="reference internal" href="../reference_appendices/config.html#envvar-ANSIBLE_INVENTORY" id="index-0"><code>ANSIBLE_INVENTORY</code></a> – Override the default ansible inventory file</p> <p><a class="reference internal" href="../reference_appendices/config.html#envvar-ANSIBLE_LIBRARY" id="index-1"><code>ANSIBLE_LIBRARY</code></a> – Override the default ansible module library path</p> <p><a class="reference internal" href="../reference_appendices/config.html#envvar-ANSIBLE_CONFIG" id="index-2"><code>ANSIBLE_CONFIG</code></a> – Override the default ansible config file</p> <p>Many more are available for most options in ansible.cfg</p> </section> <section id="files"> <h2>Files</h2> <p><code>/etc/ansible/hosts</code> – Default inventory file</p> <p><code>/etc/ansible/ansible.cfg</code> – Config file, used if present</p> <p><code>~/.ansible.cfg</code> – User config file, overrides the default config if present</p> </section> <section id="author"> <h2>Author</h2> <p>Ansible was originally written by Michael DeHaan.</p> <p>See the <code>AUTHORS</code> file for a complete list of contributors.</p> </section> <section id="license"> <h2>License</h2> <p>Ansible is released under the terms of the GPLv3+ License.</p> </section> <section id="see-also"> <h2>See also</h2> <p><em class="manpage">ansible(1)</em>, <em class="manpage">ansible-config(1)</em>, <em class="manpage">ansible-doc(1)</em>, <em class="manpage">ansible-galaxy(1)</em>, <em class="manpage">ansible-inventory(1)</em>, <em class="manpage">ansible-playbook(1)</em>, <em class="manpage">ansible-pull(1)</em>, <em class="manpage">ansible-vault(1)</em></p> </section> </section><div class="_attribution">
134134
<p class="_attribution-p">
135-
&copy; 2012&ndash;2018 Michael DeHaan<br>&copy; 2018&ndash;2024 Red Hat, Inc.<br>Licensed under the GNU General Public License version 3.<br>
135+
&copy; 2012&ndash;2018 Michael DeHaan<br>&copy; 2018&ndash;2025 Red Hat, Inc.<br>Licensed under the GNU General Public License version 3.<br>
136136
<a href="https://docs.ansible.com/ansible/latest/cli/ansible-console.html" class="_attribution-link">https://docs.ansible.com/ansible/latest/cli/ansible-console.html</a>
137137
</p>
138138
</div>

html/ansible/cli/ansible-doc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<p>Causes Ansible to print more debug messages. Adding multiple -v will increase the verbosity, the builtin plugins currently evaluate up to -vvvvvv. A reasonable level to start is -vvv, connection debugging might require -vvvv. This argument may be specified multiple times.</p> </dd>
5050
</dl> </section> <section id="environment"> <h2>Environment</h2> <p>The following environment variables may be specified.</p> <p><a class="reference internal" href="../reference_appendices/config.html#envvar-ANSIBLE_LIBRARY" id="index-0"><code>ANSIBLE_LIBRARY</code></a> – Override the default ansible module library path</p> <p><a class="reference internal" href="../reference_appendices/config.html#envvar-ANSIBLE_CONFIG" id="index-1"><code>ANSIBLE_CONFIG</code></a> – Override the default ansible config file</p> <p>Many more are available for most options in ansible.cfg</p> </section> <section id="files"> <h2>Files</h2> <p><code>/etc/ansible/ansible.cfg</code> – Config file, used if present</p> <p><code>~/.ansible.cfg</code> – User config file, overrides the default config if present</p> </section> <section id="author"> <h2>Author</h2> <p>Ansible was originally written by Michael DeHaan.</p> <p>See the <code>AUTHORS</code> file for a complete list of contributors.</p> </section> <section id="license"> <h2>License</h2> <p>Ansible is released under the terms of the GPLv3+ License.</p> </section> <section id="see-also"> <h2>See also</h2> <p><em class="manpage">ansible(1)</em>, <em class="manpage">ansible-config(1)</em>, <em class="manpage">ansible-console(1)</em>, <em class="manpage">ansible-galaxy(1)</em>, <em class="manpage">ansible-inventory(1)</em>, <em class="manpage">ansible-playbook(1)</em>, <em class="manpage">ansible-pull(1)</em>, <em class="manpage">ansible-vault(1)</em></p> </section> </section><div class="_attribution">
5151
<p class="_attribution-p">
52-
&copy; 2012&ndash;2018 Michael DeHaan<br>&copy; 2018&ndash;2024 Red Hat, Inc.<br>Licensed under the GNU General Public License version 3.<br>
52+
&copy; 2012&ndash;2018 Michael DeHaan<br>&copy; 2018&ndash;2025 Red Hat, Inc.<br>Licensed under the GNU General Public License version 3.<br>
5353
<a href="https://docs.ansible.com/ansible/latest/cli/ansible-doc.html" class="_attribution-link">https://docs.ansible.com/ansible/latest/cli/ansible-doc.html</a>
5454
</p>
5555
</div>

html/ansible/cli/ansible-galaxy.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@
412412
<p>The Galaxy API server URL</p> </dd>
413413
</dl> </section> </section> </section> <section id="environment"> <h2>Environment</h2> <p>The following environment variables may be specified.</p> <p><a class="reference internal" href="../reference_appendices/config.html#envvar-ANSIBLE_CONFIG" id="index-0"><code>ANSIBLE_CONFIG</code></a> – Override the default ansible config file</p> <p>Many more are available for most options in ansible.cfg</p> </section> <section id="files"> <h2>Files</h2> <p><code>/etc/ansible/ansible.cfg</code> – Config file, used if present</p> <p><code>~/.ansible.cfg</code> – User config file, overrides the default config if present</p> </section> <section id="author"> <h2>Author</h2> <p>Ansible was originally written by Michael DeHaan.</p> <p>See the <code>AUTHORS</code> file for a complete list of contributors.</p> </section> <section id="license"> <h2>License</h2> <p>Ansible is released under the terms of the GPLv3+ License.</p> </section> <section id="see-also"> <h2>See also</h2> <p><em class="manpage">ansible(1)</em>, <em class="manpage">ansible-config(1)</em>, <em class="manpage">ansible-console(1)</em>, <em class="manpage">ansible-doc(1)</em>, <em class="manpage">ansible-inventory(1)</em>, <em class="manpage">ansible-playbook(1)</em>, <em class="manpage">ansible-pull(1)</em>, <em class="manpage">ansible-vault(1)</em></p> </section> </section><div class="_attribution">
414414
<p class="_attribution-p">
415-
&copy; 2012&ndash;2018 Michael DeHaan<br>&copy; 2018&ndash;2024 Red Hat, Inc.<br>Licensed under the GNU General Public License version 3.<br>
415+
&copy; 2012&ndash;2018 Michael DeHaan<br>&copy; 2018&ndash;2025 Red Hat, Inc.<br>Licensed under the GNU General Public License version 3.<br>
416416
<a href="https://docs.ansible.com/ansible/latest/cli/ansible-galaxy.html" class="_attribution-link">https://docs.ansible.com/ansible/latest/cli/ansible-galaxy.html</a>
417417
</p>
418418
</div>

html/ansible/cli/ansible-inventory.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[group]
88
</pre> </section> <section id="description"> <h2>Description</h2> <p>used to display or dump the configured inventory as Ansible sees it</p> </section> <section id="common-options"> <h2>Common Options</h2> <dl class="std option"> <dt class="sig sig-object std" id="cmdoption-ansible-inventory-export">
99
<code>--export</code> </dt> <dd>
10-
<p>When doing an –list, represent in a way that is optimized for export,not as an accurate representation of how Ansible has processed it</p> </dd>
10+
<p>When doing –list, represent in a way that is optimized for export,not as an accurate representation of how Ansible has processed it</p> </dd>
1111
</dl> <dl class="std option"> <dt class="sig sig-object std" id="cmdoption-ansible-inventory-graph">
1212
<code>--graph</code> </dt> <dd>
1313
<p>create inventory graph, if supplying pattern it must be a valid group name. It will ignore limit</p> </dd>
@@ -64,7 +64,7 @@
6464
<p>The name of a group in the inventory, relevant when using –graph</p> </dd>
6565
</dl> </section> <section id="environment"> <h2>Environment</h2> <p>The following environment variables may be specified.</p> <p><a class="reference internal" href="../reference_appendices/config.html#envvar-ANSIBLE_INVENTORY" id="index-0"><code>ANSIBLE_INVENTORY</code></a> – Override the default ansible inventory file</p> <p><a class="reference internal" href="../reference_appendices/config.html#envvar-ANSIBLE_CONFIG" id="index-1"><code>ANSIBLE_CONFIG</code></a> – Override the default ansible config file</p> <p>Many more are available for most options in ansible.cfg</p> </section> <section id="files"> <h2>Files</h2> <p><code>/etc/ansible/hosts</code> – Default inventory file</p> <p><code>/etc/ansible/ansible.cfg</code> – Config file, used if present</p> <p><code>~/.ansible.cfg</code> – User config file, overrides the default config if present</p> </section> <section id="author"> <h2>Author</h2> <p>Ansible was originally written by Michael DeHaan.</p> <p>See the <code>AUTHORS</code> file for a complete list of contributors.</p> </section> <section id="license"> <h2>License</h2> <p>Ansible is released under the terms of the GPLv3+ License.</p> </section> <section id="see-also"> <h2>See also</h2> <p><em class="manpage">ansible(1)</em>, <em class="manpage">ansible-config(1)</em>, <em class="manpage">ansible-console(1)</em>, <em class="manpage">ansible-doc(1)</em>, <em class="manpage">ansible-galaxy(1)</em>, <em class="manpage">ansible-playbook(1)</em>, <em class="manpage">ansible-pull(1)</em>, <em class="manpage">ansible-vault(1)</em></p> </section> </section><div class="_attribution">
6666
<p class="_attribution-p">
67-
&copy; 2012&ndash;2018 Michael DeHaan<br>&copy; 2018&ndash;2024 Red Hat, Inc.<br>Licensed under the GNU General Public License version 3.<br>
67+
&copy; 2012&ndash;2018 Michael DeHaan<br>&copy; 2018&ndash;2025 Red Hat, Inc.<br>Licensed under the GNU General Public License version 3.<br>
6868
<a href="https://docs.ansible.com/ansible/latest/cli/ansible-inventory.html" class="_attribution-link">https://docs.ansible.com/ansible/latest/cli/ansible-inventory.html</a>
6969
</p>
7070
</div>

html/ansible/cli/ansible-playbook.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
<p>Causes Ansible to print more debug messages. Adding multiple -v will increase the verbosity, the builtin plugins currently evaluate up to -vvvvvv. A reasonable level to start is -vvv, connection debugging might require -vvvv. This argument may be specified multiple times.</p> </dd>
134134
</dl> </section> <section id="environment"> <h2>Environment</h2> <p>The following environment variables may be specified.</p> <p><a class="reference internal" href="../reference_appendices/config.html#envvar-ANSIBLE_INVENTORY" id="index-0"><code>ANSIBLE_INVENTORY</code></a> – Override the default ansible inventory file</p> <p><a class="reference internal" href="../reference_appendices/config.html#envvar-ANSIBLE_LIBRARY" id="index-1"><code>ANSIBLE_LIBRARY</code></a> – Override the default ansible module library path</p> <p><a class="reference internal" href="../reference_appendices/config.html#envvar-ANSIBLE_CONFIG" id="index-2"><code>ANSIBLE_CONFIG</code></a> – Override the default ansible config file</p> <p>Many more are available for most options in ansible.cfg</p> </section> <section id="files"> <h2>Files</h2> <p><code>/etc/ansible/hosts</code> – Default inventory file</p> <p><code>/etc/ansible/ansible.cfg</code> – Config file, used if present</p> <p><code>~/.ansible.cfg</code> – User config file, overrides the default config if present</p> </section> <section id="author"> <h2>Author</h2> <p>Ansible was originally written by Michael DeHaan.</p> <p>See the <code>AUTHORS</code> file for a complete list of contributors.</p> </section> <section id="license"> <h2>License</h2> <p>Ansible is released under the terms of the GPLv3+ License.</p> </section> <section id="see-also"> <h2>See also</h2> <p><em class="manpage">ansible(1)</em>, <em class="manpage">ansible-config(1)</em>, <em class="manpage">ansible-console(1)</em>, <em class="manpage">ansible-doc(1)</em>, <em class="manpage">ansible-galaxy(1)</em>, <em class="manpage">ansible-inventory(1)</em>, <em class="manpage">ansible-pull(1)</em>, <em class="manpage">ansible-vault(1)</em></p> </section> </section><div class="_attribution">
135135
<p class="_attribution-p">
136-
&copy; 2012&ndash;2018 Michael DeHaan<br>&copy; 2018&ndash;2024 Red Hat, Inc.<br>Licensed under the GNU General Public License version 3.<br>
136+
&copy; 2012&ndash;2018 Michael DeHaan<br>&copy; 2018&ndash;2025 Red Hat, Inc.<br>Licensed under the GNU General Public License version 3.<br>
137137
<a href="https://docs.ansible.com/ansible/latest/cli/ansible-playbook.html" class="_attribution-link">https://docs.ansible.com/ansible/latest/cli/ansible-playbook.html</a>
138138
</p>
139139
</div>

0 commit comments

Comments
 (0)