Skip to content

Commit

Permalink
deploy: ef2a62e
Browse files Browse the repository at this point in the history
  • Loading branch information
jborean93 committed May 29, 2024
1 parent cb6ca28 commit 254e2d1
Show file tree
Hide file tree
Showing 7 changed files with 496 additions and 5 deletions.
1 change: 1 addition & 0 deletions branch/main/collections/index_module.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ <h2>microsoft.ad<a class="headerlink" href="#microsoft-ad" title="Link to this h
<li><p><a class="reference internal" href="microsoft/ad/computer_module.html#ansible-collections-microsoft-ad-computer-module"><span class="std std-ref">microsoft.ad.computer</span></a> – Manage Active Directory computer objects</p></li>
<li><p><a class="reference internal" href="microsoft/ad/debug_ldap_client_module.html#ansible-collections-microsoft-ad-debug-ldap-client-module"><span class="std std-ref">microsoft.ad.debug_ldap_client</span></a> – Get host information for debugging LDAP connections</p></li>
<li><p><a class="reference internal" href="microsoft/ad/domain_module.html#ansible-collections-microsoft-ad-domain-module"><span class="std std-ref">microsoft.ad.domain</span></a> – Ensures the existence of a Windows domain</p></li>
<li><p><a class="reference internal" href="microsoft/ad/domain_child_module.html#ansible-collections-microsoft-ad-domain-child-module"><span class="std std-ref">microsoft.ad.domain_child</span></a> – Manage domain children in an existing Active Directory forest.</p></li>
<li><p><a class="reference internal" href="microsoft/ad/domain_controller_module.html#ansible-collections-microsoft-ad-domain-controller-module"><span class="std std-ref">microsoft.ad.domain_controller</span></a> – Manage domain controller/member server state for a Windows host</p></li>
<li><p><a class="reference internal" href="microsoft/ad/group_module.html#ansible-collections-microsoft-ad-group-module"><span class="std std-ref">microsoft.ad.group</span></a> – Manage Active Directory group objects</p></li>
<li><p><a class="reference internal" href="microsoft/ad/membership_module.html#ansible-collections-microsoft-ad-membership-module"><span class="std std-ref">microsoft.ad.membership</span></a> – Manage domain/workgroup membership for a Windows host</p></li>
Expand Down
485 changes: 485 additions & 0 deletions branch/main/collections/microsoft/ad/domain_child_module.html

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<script src="../../../_static/js/theme.js"></script>
<link rel="search" title="Search" href="../../../search.html" />
<link rel="next" title="microsoft.ad.group module – Manage Active Directory group objects" href="group_module.html" />
<link rel="prev" title="microsoft.ad.domain module – Ensures the existence of a Windows domain" href="domain_module.html" /><!-- extra head elements for Ansible beyond RTD Sphinx Theme -->
<link rel="prev" title="microsoft.ad.domain_child module – Manage domain children in an existing Active Directory forest." href="domain_child_module.html" /><!-- extra head elements for Ansible beyond RTD Sphinx Theme -->



Expand Down Expand Up @@ -387,6 +387,8 @@ <h2><a class="toc-backref" href="#id5" role="doc-backlink">See Also</a><a class=
</dd>
<dt><a class="reference internal" href="domain_module.html#ansible-collections-microsoft-ad-domain-module"><span class="std std-ref">microsoft.ad.domain</span></a></dt><dd><p>Ensures the existence of a Windows domain.</p>
</dd>
<dt><a class="reference internal" href="domain_child_module.html#ansible-collections-microsoft-ad-domain-child-module"><span class="std std-ref">microsoft.ad.domain_child</span></a></dt><dd><p>Manage domain children in an existing Active Directory forest.</p>
</dd>
<dt><a class="reference internal" href="group_module.html#ansible-collections-microsoft-ad-group-module"><span class="std std-ref">microsoft.ad.group</span></a></dt><dd><p>Manage Active Directory group objects.</p>
</dd>
<dt><a class="reference internal" href="membership_module.html#ansible-collections-microsoft-ad-membership-module"><span class="std std-ref">microsoft.ad.membership</span></a></dt><dd><p>Manage domain/workgroup membership for a Windows host.</p>
Expand Down Expand Up @@ -495,7 +497,7 @@ <h3>Collection links<a class="headerlink" href="#collection-links" title="Link t


<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<a href="domain_module.html" class="btn btn-neutral float-left" title="microsoft.ad.domain module – Ensures the existence of a Windows domain" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="domain_child_module.html" class="btn btn-neutral float-left" title="microsoft.ad.domain_child module – Manage domain children in an existing Active Directory forest." accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="group_module.html" class="btn btn-neutral float-right" title="microsoft.ad.group module – Manage Active Directory group objects" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>

Expand Down
6 changes: 4 additions & 2 deletions branch/main/collections/microsoft/ad/domain_module.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<script src="../../../_static/sphinx_highlight.js?v=dc90522c"></script>
<script src="../../../_static/js/theme.js"></script>
<link rel="search" title="Search" href="../../../search.html" />
<link rel="next" title="microsoft.ad.domain_controller module – Manage domain controller/member server state for a Windows host" href="domain_controller_module.html" />
<link rel="next" title="microsoft.ad.domain_child module – Manage domain children in an existing Active Directory forest." href="domain_child_module.html" />
<link rel="prev" title="microsoft.ad.debug_ldap_client module – Get host information for debugging LDAP connections" href="debug_ldap_client_module.html" /><!-- extra head elements for Ansible beyond RTD Sphinx Theme -->


Expand Down Expand Up @@ -364,6 +364,8 @@ <h2><a class="toc-backref" href="#id5" role="doc-backlink">See Also</a><a class=
<div class="admonition seealso">
<p class="admonition-title">See also</p>
<dl class="simple">
<dt><a class="reference internal" href="domain_child_module.html#ansible-collections-microsoft-ad-domain-child-module"><span class="std std-ref">microsoft.ad.domain_child</span></a></dt><dd><p>Manage domain children in an existing Active Directory forest.</p>
</dd>
<dt><a class="reference internal" href="domain_controller_module.html#ansible-collections-microsoft-ad-domain-controller-module"><span class="std std-ref">microsoft.ad.domain_controller</span></a></dt><dd><p>Manage domain controller/member server state for a Windows host.</p>
</dd>
<dt><a class="reference internal" href="group_module.html#ansible-collections-microsoft-ad-group-module"><span class="std std-ref">microsoft.ad.group</span></a></dt><dd><p>Manage Active Directory group objects.</p>
Expand Down Expand Up @@ -454,7 +456,7 @@ <h3>Collection links<a class="headerlink" href="#collection-links" title="Link t

<footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
<a href="debug_ldap_client_module.html" class="btn btn-neutral float-left" title="microsoft.ad.debug_ldap_client module – Get host information for debugging LDAP connections" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
<a href="domain_controller_module.html" class="btn btn-neutral float-right" title="microsoft.ad.domain_controller module – Manage domain controller/member server state for a Windows host" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
<a href="domain_child_module.html" class="btn btn-neutral float-right" title="microsoft.ad.domain_child module – Manage domain children in an existing Active Directory forest." accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
</div>

<hr/>
Expand Down
1 change: 1 addition & 0 deletions branch/main/collections/microsoft/ad/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ <h3>Modules<a class="headerlink" href="#modules" title="Link to this heading">
<li><p><a class="reference internal" href="computer_module.html#ansible-collections-microsoft-ad-computer-module"><span class="std std-ref">computer module</span></a> – Manage Active Directory computer objects</p></li>
<li><p><a class="reference internal" href="debug_ldap_client_module.html#ansible-collections-microsoft-ad-debug-ldap-client-module"><span class="std std-ref">debug_ldap_client module</span></a> – Get host information for debugging LDAP connections</p></li>
<li><p><a class="reference internal" href="domain_module.html#ansible-collections-microsoft-ad-domain-module"><span class="std std-ref">domain module</span></a> – Ensures the existence of a Windows domain</p></li>
<li><p><a class="reference internal" href="domain_child_module.html#ansible-collections-microsoft-ad-domain-child-module"><span class="std std-ref">domain_child module</span></a> – Manage domain children in an existing Active Directory forest.</p></li>
<li><p><a class="reference internal" href="domain_controller_module.html#ansible-collections-microsoft-ad-domain-controller-module"><span class="std std-ref">domain_controller module</span></a> – Manage domain controller/member server state for a Windows host</p></li>
<li><p><a class="reference internal" href="group_module.html#ansible-collections-microsoft-ad-group-module"><span class="std std-ref">group module</span></a> – Manage Active Directory group objects</p></li>
<li><p><a class="reference internal" href="membership_module.html#ansible-collections-microsoft-ad-membership-module"><span class="std std-ref">membership module</span></a> – Manage domain/workgroup membership for a Windows host</p></li>
Expand Down
Binary file modified branch/main/objects.inv
Binary file not shown.
2 changes: 1 addition & 1 deletion branch/main/searchindex.js

Large diffs are not rendered by default.

0 comments on commit 254e2d1

Please sign in to comment.