Skip to content

Commit

Permalink
Push docs build 2024-12-03-12148501855-132-1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 3, 2024
1 parent 14956ba commit d7fae6c
Show file tree
Hide file tree
Showing 12,519 changed files with 893,420 additions and 917,262 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion docs/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: e0010d189e731450771a31c93448937e
config: 7e4221a1a0770c25a91e908435f60d6f
tags: 992c6c60aff2a9ac925475e5dcbd916f
28 changes: 11 additions & 17 deletions docs/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,6 @@
latest
</option>

<option
value="9"

>
9
</option>

<option
value="2.9"

Expand Down Expand Up @@ -241,8 +234,7 @@
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<script>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"><script>
function startsWith(str, needle) {
return str.slice(0, needle.length) == needle
}
Expand Down Expand Up @@ -279,7 +271,7 @@
var msg = '<p>';
if (startsWith(current_url_path, "/ansible-core/")) {
msg += 'You are reading documentation for Ansible Core, which contains no plugins except for those in ansible.builtin. For documentation of the Ansible package, go to <a href="/ansible/latest">the latest documentation</a>.';
} else if (startsWithOneOf(current_url_path, ["/ansible/latest/", "/ansible/10/"])) {
} else if (startsWithOneOf(current_url_path, ["/ansible/latest/", "/ansible/11/"])) {
/* temp extra banner to advertise something */
banner += extra_banner;

Expand All @@ -299,22 +291,24 @@
}
msg += '</p>';

banner += '<div id="banner_id" class="admonition ';
banner += important ? 'important' : 'caution';
banner += '">';
banner += '<div id="banner_id" class="admonition '; banner += important ? 'important' : 'caution'; banner += '">';
banner += important ? '<br>' : '';
banner += msg;
banner += important ? '<br>' : '';
banner += '</div>';
document.write(banner);

</script>

</script>


<div itemprop="articleBody">

<section id="oops">

<div id="banner" class="Admonition caution">
<p>
You are reading an unmaintained version of the Ansible documentation. Unmaintained Ansible versions can contain unfixed security vulnerabilities (CVE). Please upgrade to a maintained version. See <a href="/ansible/latest/">the latest Ansible documentation</a>.
</p>
</div><section id="oops">
<h1>Oops!<a class="headerlink" href="#oops" title="Link to this heading"></a></h1>
<p>The version of the Ansible documentation you were looking at doesn’t contain that page.</p>
<img alt="Cowsay 404" src="/ansible/latest/_images/cow.png" />
Expand All @@ -332,7 +326,7 @@ <h1>Oops!<a class="headerlink" href="#oops" title="Link to this heading"></a>

<div role="contentinfo">
<p>&#169; Copyright Ansible project contributors.
<span class="lastupdated">Last updated on Nov 16, 2024.
<span class="lastupdated">Last updated on Dec 03, 2024.
</span></p>
</div>

Expand Down
28 changes: 11 additions & 17 deletions docs/api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,13 +97,6 @@
latest
</option>

<option
value="9"

>
9
</option>

<option
value="2.9"

Expand Down Expand Up @@ -241,8 +234,7 @@
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<script>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"><script>
function startsWith(str, needle) {
return str.slice(0, needle.length) == needle
}
Expand Down Expand Up @@ -279,7 +271,7 @@
var msg = '<p>';
if (startsWith(current_url_path, "/ansible-core/")) {
msg += 'You are reading documentation for Ansible Core, which contains no plugins except for those in ansible.builtin. For documentation of the Ansible package, go to <a href="/ansible/latest">the latest documentation</a>.';
} else if (startsWithOneOf(current_url_path, ["/ansible/latest/", "/ansible/10/"])) {
} else if (startsWithOneOf(current_url_path, ["/ansible/latest/", "/ansible/11/"])) {
/* temp extra banner to advertise something */
banner += extra_banner;

Expand All @@ -299,22 +291,24 @@
}
msg += '</p>';

banner += '<div id="banner_id" class="admonition ';
banner += important ? 'important' : 'caution';
banner += '">';
banner += '<div id="banner_id" class="admonition '; banner += important ? 'important' : 'caution'; banner += '">';
banner += important ? '<br>' : '';
banner += msg;
banner += important ? '<br>' : '';
banner += '</div>';
document.write(banner);

</script>

</script>


<div itemprop="articleBody">

<section id="ansible-api-documentation">

<div id="banner" class="Admonition caution">
<p>
You are reading an unmaintained version of the Ansible documentation. Unmaintained Ansible versions can contain unfixed security vulnerabilities (CVE). Please upgrade to a maintained version. See <a href="/ansible/latest/">the latest Ansible documentation</a>.
</p>
</div><section id="ansible-api-documentation">
<h1>Ansible API Documentation<a class="headerlink" href="#ansible-api-documentation" title="Link to this heading"></a></h1>
<p>The Ansible API is under construction. These stub references for attributes, classes, functions, methods, and modules will be documented in future.
The <a class="reference internal" href="../reference_appendices/module_utils.html#ansible-module-utils"><span class="std std-ref">module utilities</span></a> included in <code class="docutils literal notranslate"><span class="pre">ansible.module_utils.basic</span></code> and <code class="docutils literal notranslate"><span class="pre">AnsibleModule</span></code> are documented under Reference &amp; Appendices.</p>
Expand Down Expand Up @@ -477,7 +471,7 @@ <h2><a class="toc-backref" href="#id4" role="doc-backlink">Methods</a><a class="

<div role="contentinfo">
<p>&#169; Copyright Ansible project contributors.
<span class="lastupdated">Last updated on Nov 16, 2024.
<span class="lastupdated">Last updated on Dec 03, 2024.
</span></p>
</div>

Expand Down
28 changes: 11 additions & 17 deletions docs/cli/ansible-config.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,6 @@
latest
</option>

<option
value="9"

>
9
</option>

<option
value="2.9"

Expand Down Expand Up @@ -272,8 +265,7 @@
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<script>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"><script>
function startsWith(str, needle) {
return str.slice(0, needle.length) == needle
}
Expand Down Expand Up @@ -310,7 +302,7 @@
var msg = '<p>';
if (startsWith(current_url_path, "/ansible-core/")) {
msg += 'You are reading documentation for Ansible Core, which contains no plugins except for those in ansible.builtin. For documentation of the Ansible package, go to <a href="/ansible/latest">the latest documentation</a>.';
} else if (startsWithOneOf(current_url_path, ["/ansible/latest/", "/ansible/10/"])) {
} else if (startsWithOneOf(current_url_path, ["/ansible/latest/", "/ansible/11/"])) {
/* temp extra banner to advertise something */
banner += extra_banner;

Expand All @@ -330,22 +322,24 @@
}
msg += '</p>';

banner += '<div id="banner_id" class="admonition ';
banner += important ? 'important' : 'caution';
banner += '">';
banner += '<div id="banner_id" class="admonition '; banner += important ? 'important' : 'caution'; banner += '">';
banner += important ? '<br>' : '';
banner += msg;
banner += important ? '<br>' : '';
banner += '</div>';
document.write(banner);

</script>

</script>


<div itemprop="articleBody">

<section id="ansible-config">

<div id="banner" class="Admonition caution">
<p>
You are reading an unmaintained version of the Ansible documentation. Unmaintained Ansible versions can contain unfixed security vulnerabilities (CVE). Please upgrade to a maintained version. See <a href="/ansible/latest/">the latest Ansible documentation</a>.
</p>
</div><section id="ansible-config">
<span id="id1"></span><h1>ansible-config<a class="headerlink" href="#ansible-config" title="Link to this heading"></a></h1>
<p><strong>View ansible configuration.</strong></p>
<nav class="contents local" id="contents">
Expand Down Expand Up @@ -558,7 +552,7 @@ <h2><a class="toc-backref" href="#id15" role="doc-backlink">See also</a><a class

<div role="contentinfo">
<p>&#169; Copyright Ansible project contributors.
<span class="lastupdated">Last updated on Nov 16, 2024.
<span class="lastupdated">Last updated on Dec 03, 2024.
</span></p>
</div>

Expand Down
28 changes: 11 additions & 17 deletions docs/cli/ansible-console.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,6 @@
latest
</option>

<option
value="9"

>
9
</option>

<option
value="2.9"

Expand Down Expand Up @@ -272,8 +265,7 @@
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<script>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"><script>
function startsWith(str, needle) {
return str.slice(0, needle.length) == needle
}
Expand Down Expand Up @@ -310,7 +302,7 @@
var msg = '<p>';
if (startsWith(current_url_path, "/ansible-core/")) {
msg += 'You are reading documentation for Ansible Core, which contains no plugins except for those in ansible.builtin. For documentation of the Ansible package, go to <a href="/ansible/latest">the latest documentation</a>.';
} else if (startsWithOneOf(current_url_path, ["/ansible/latest/", "/ansible/10/"])) {
} else if (startsWithOneOf(current_url_path, ["/ansible/latest/", "/ansible/11/"])) {
/* temp extra banner to advertise something */
banner += extra_banner;

Expand All @@ -330,22 +322,24 @@
}
msg += '</p>';

banner += '<div id="banner_id" class="admonition ';
banner += important ? 'important' : 'caution';
banner += '">';
banner += '<div id="banner_id" class="admonition '; banner += important ? 'important' : 'caution'; banner += '">';
banner += important ? '<br>' : '';
banner += msg;
banner += important ? '<br>' : '';
banner += '</div>';
document.write(banner);

</script>

</script>


<div itemprop="articleBody">

<section id="ansible-console">

<div id="banner" class="Admonition caution">
<p>
You are reading an unmaintained version of the Ansible documentation. Unmaintained Ansible versions can contain unfixed security vulnerabilities (CVE). Please upgrade to a maintained version. See <a href="/ansible/latest/">the latest Ansible documentation</a>.
</p>
</div><section id="ansible-console">
<span id="id1"></span><h1>ansible-console<a class="headerlink" href="#ansible-console" title="Link to this heading"></a></h1>
<p><strong>REPL console for executing Ansible tasks.</strong></p>
<nav class="contents local" id="contents">
Expand Down Expand Up @@ -665,7 +659,7 @@ <h2><a class="toc-backref" href="#id10" role="doc-backlink">See also</a><a class

<div role="contentinfo">
<p>&#169; Copyright Ansible project contributors.
<span class="lastupdated">Last updated on Nov 16, 2024.
<span class="lastupdated">Last updated on Dec 03, 2024.
</span></p>
</div>

Expand Down
28 changes: 11 additions & 17 deletions docs/cli/ansible-doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,6 @@
latest
</option>

<option
value="9"

>
9
</option>

<option
value="2.9"

Expand Down Expand Up @@ -271,8 +264,7 @@
</ul>
<hr/>
</div>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<script>
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article"><script>
function startsWith(str, needle) {
return str.slice(0, needle.length) == needle
}
Expand Down Expand Up @@ -309,7 +301,7 @@
var msg = '<p>';
if (startsWith(current_url_path, "/ansible-core/")) {
msg += 'You are reading documentation for Ansible Core, which contains no plugins except for those in ansible.builtin. For documentation of the Ansible package, go to <a href="/ansible/latest">the latest documentation</a>.';
} else if (startsWithOneOf(current_url_path, ["/ansible/latest/", "/ansible/10/"])) {
} else if (startsWithOneOf(current_url_path, ["/ansible/latest/", "/ansible/11/"])) {
/* temp extra banner to advertise something */
banner += extra_banner;

Expand All @@ -329,22 +321,24 @@
}
msg += '</p>';

banner += '<div id="banner_id" class="admonition ';
banner += important ? 'important' : 'caution';
banner += '">';
banner += '<div id="banner_id" class="admonition '; banner += important ? 'important' : 'caution'; banner += '">';
banner += important ? '<br>' : '';
banner += msg;
banner += important ? '<br>' : '';
banner += '</div>';
document.write(banner);

</script>

</script>


<div itemprop="articleBody">

<section id="ansible-doc">

<div id="banner" class="Admonition caution">
<p>
You are reading an unmaintained version of the Ansible documentation. Unmaintained Ansible versions can contain unfixed security vulnerabilities (CVE). Please upgrade to a maintained version. See <a href="/ansible/latest/">the latest Ansible documentation</a>.
</p>
</div><section id="ansible-doc">
<span id="id1"></span><h1>ansible-doc<a class="headerlink" href="#ansible-doc" title="Link to this heading"></a></h1>
<p><strong>plugin documentation tool</strong></p>
<nav class="contents local" id="contents">
Expand Down Expand Up @@ -506,7 +500,7 @@ <h2><a class="toc-backref" href="#id9" role="doc-backlink">See also</a><a class=

<div role="contentinfo">
<p>&#169; Copyright Ansible project contributors.
<span class="lastupdated">Last updated on Nov 16, 2024.
<span class="lastupdated">Last updated on Dec 03, 2024.
</span></p>
</div>

Expand Down
Loading

0 comments on commit d7fae6c

Please sign in to comment.