Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Promote the win_eventlog Module from community #699

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Yaish25491
Copy link
Contributor

SUMMARY

Updating examples in the documentation file.
Verifying modules and tests.
Seealso points to community.

ISSUE TYPE
  • New Module Pull Request
COMPONENT NAME

plugins/modules/win_eventlog.ps1
plugins/modules/win_eventlog.py
tests/integration/targets/win_eventlog/aliases
tests/integration/targets/win_eventlog/tasks/main.yml
tests/integration/targets/win_eventlog/tasks/tests.yml

ADDITIONAL INFORMATION

Promote the win_eventlog Module from community

Updating examples in documentation file.
Verifying modules and tests.
Seealso points to community.

Signed-off-by: hyaish <[email protected]>
Copy link

Docs Build 📝

Thank you for contribution!✨

The docsite for this PR is available for download as an artifact from this run:
https://github.com/ansible-collections/ansible.windows/actions/runs/11953403045

You can compare to the docs for the main branch here:
https://ansible-collections.github.io/ansible.windows/branch/main

File changes:

  • A collections/ansible/windows/win_eventlog_module.html
  • M collections/ansible/windows/index.html
  • M collections/ansible/windows/win_environment_module.html
  • M collections/ansible/windows/win_feature_module.html
  • M collections/index_module.html
Click to see the diff comparison.

NOTE: only file modifications are shown here. New and deleted files are excluded.
See the file list and check the published docs to see those files.

diff --git a/home/runner/work/ansible.windows/ansible.windows/docsbuild/base/collections/ansible/windows/index.html b/home/runner/work/ansible.windows/ansible.windows/docsbuild/head/collections/ansible/windows/index.html
index a9992a0..3ae92aa 100644
--- a/home/runner/work/ansible.windows/ansible.windows/docsbuild/base/collections/ansible/windows/index.html
+++ b/home/runner/work/ansible.windows/ansible.windows/docsbuild/head/collections/ansible/windows/index.html
@@ -177,6 +177,7 @@
 <li><p><a class="reference internal" href="win_domain_membership_module.html#ansible-collections-ansible-windows-win-domain-membership-module"><span class="std std-ref">win_domain_membership module</span></a> – Manage domain/workgroup membership for a Windows host <strong class="ansible-deprecation-marker">DEPRECATED: REMOVED IN 3.0.0</strong></p></li>
 <li><p><a class="reference internal" href="win_dsc_module.html#ansible-collections-ansible-windows-win-dsc-module"><span class="std std-ref">win_dsc module</span></a> – Invokes a PowerShell DSC configuration</p></li>
 <li><p><a class="reference internal" href="win_environment_module.html#ansible-collections-ansible-windows-win-environment-module"><span class="std std-ref">win_environment module</span></a> – Modify environment variables on windows hosts</p></li>
+<li><p><a class="reference internal" href="win_eventlog_module.html#ansible-collections-ansible-windows-win-eventlog-module"><span class="std std-ref">win_eventlog module</span></a> – Manage Windows event logs</p></li>
 <li><p><a class="reference internal" href="win_feature_module.html#ansible-collections-ansible-windows-win-feature-module"><span class="std std-ref">win_feature module</span></a> – Installs and uninstalls Windows Features on Windows Server</p></li>
 <li><p><a class="reference internal" href="win_file_module.html#ansible-collections-ansible-windows-win-file-module"><span class="std std-ref">win_file module</span></a> – Creates, touches or removes files or directories</p></li>
 <li><p><a class="reference internal" href="win_find_module.html#ansible-collections-ansible-windows-win-find-module"><span class="std std-ref">win_find module</span></a> – Return a list of files based on specific criteria</p></li>
diff --git a/home/runner/work/ansible.windows/ansible.windows/docsbuild/base/collections/ansible/windows/win_environment_module.html b/home/runner/work/ansible.windows/ansible.windows/docsbuild/head/collections/ansible/windows/win_environment_module.html
index 6b42748..72f1b98 100644
--- a/home/runner/work/ansible.windows/ansible.windows/docsbuild/base/collections/ansible/windows/win_environment_module.html
+++ b/home/runner/work/ansible.windows/ansible.windows/docsbuild/head/collections/ansible/windows/win_environment_module.html
@@ -22,7 +22,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="ansible.windows.win_feature module – Installs and uninstalls Windows Features on Windows Server" href="win_feature_module.html" />
+    <link rel="next" title="ansible.windows.win_eventlog module – Manage Windows event logs" href="win_eventlog_module.html" />
     <link rel="prev" title="ansible.windows.win_dsc module – Invokes a PowerShell DSC configuration" href="win_dsc_module.html" /><!-- extra head elements for Ansible beyond RTD Sphinx Theme -->
 
 
@@ -341,7 +341,7 @@ To check whether it is installed, run <code class="code docutils literal notrans
 
 <footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
         <a href="win_dsc_module.html" class="btn btn-neutral float-left" title="ansible.windows.win_dsc module – Invokes a PowerShell DSC configuration" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
-        <a href="win_feature_module.html" class="btn btn-neutral float-right" title="ansible.windows.win_feature module – Installs and uninstalls Windows Features on Windows Server" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
+        <a href="win_eventlog_module.html" class="btn btn-neutral float-right" title="ansible.windows.win_eventlog module – Manage Windows event logs" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
     </div>
 
   <hr/>
diff --git a/home/runner/work/ansible.windows/ansible.windows/docsbuild/base/collections/ansible/windows/win_feature_module.html b/home/runner/work/ansible.windows/ansible.windows/docsbuild/head/collections/ansible/windows/win_feature_module.html
index e3df984..22103dc 100644
--- a/home/runner/work/ansible.windows/ansible.windows/docsbuild/base/collections/ansible/windows/win_feature_module.html
+++ b/home/runner/work/ansible.windows/ansible.windows/docsbuild/head/collections/ansible/windows/win_feature_module.html
@@ -23,7 +23,7 @@
     <script src="../../../_static/js/theme.js"></script>
     <link rel="search" title="Search" href="../../../search.html" />
     <link rel="next" title="ansible.windows.win_file module – Creates, touches or removes files or directories" href="win_file_module.html" />
-    <link rel="prev" title="ansible.windows.win_environment module – Modify environment variables on windows hosts" href="win_environment_module.html" /><!-- extra head elements for Ansible beyond RTD Sphinx Theme -->
+    <link rel="prev" title="ansible.windows.win_eventlog module – Manage Windows event logs" href="win_eventlog_module.html" /><!-- extra head elements for Ansible beyond RTD Sphinx Theme -->
 
 
 
@@ -391,7 +391,7 @@ To check whether it is installed, run <code class="code docutils literal notrans
           
 
 <footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
-        <a href="win_environment_module.html" class="btn btn-neutral float-left" title="ansible.windows.win_environment module – Modify environment variables on windows hosts" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
+        <a href="win_eventlog_module.html" class="btn btn-neutral float-left" title="ansible.windows.win_eventlog module – Manage Windows event logs" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
         <a href="win_file_module.html" class="btn btn-neutral float-right" title="ansible.windows.win_file module – Creates, touches or removes files or directories" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right" aria-hidden="true"></span></a>
     </div>
 
diff --git a/home/runner/work/ansible.windows/ansible.windows/docsbuild/base/collections/index_module.html b/home/runner/work/ansible.windows/ansible.windows/docsbuild/head/collections/index_module.html
index 1b3ab68..fda640a 100644
--- a/home/runner/work/ansible.windows/ansible.windows/docsbuild/base/collections/index_module.html
+++ b/home/runner/work/ansible.windows/ansible.windows/docsbuild/head/collections/index_module.html
@@ -139,6 +139,7 @@
 <li><p><a class="reference internal" href="ansible/windows/win_domain_membership_module.html#ansible-collections-ansible-windows-win-domain-membership-module"><span class="std std-ref">ansible.windows.win_domain_membership</span></a> – Manage domain/workgroup membership for a Windows host <strong class="ansible-deprecation-marker">DEPRECATED: REMOVED IN 3.0.0</strong></p></li>
 <li><p><a class="reference internal" href="ansible/windows/win_dsc_module.html#ansible-collections-ansible-windows-win-dsc-module"><span class="std std-ref">ansible.windows.win_dsc</span></a> – Invokes a PowerShell DSC configuration</p></li>
 <li><p><a class="reference internal" href="ansible/windows/win_environment_module.html#ansible-collections-ansible-windows-win-environment-module"><span class="std std-ref">ansible.windows.win_environment</span></a> – Modify environment variables on windows hosts</p></li>
+<li><p><a class="reference internal" href="ansible/windows/win_eventlog_module.html#ansible-collections-ansible-windows-win-eventlog-module"><span class="std std-ref">ansible.windows.win_eventlog</span></a> – Manage Windows event logs</p></li>
 <li><p><a class="reference internal" href="ansible/windows/win_feature_module.html#ansible-collections-ansible-windows-win-feature-module"><span class="std std-ref">ansible.windows.win_feature</span></a> – Installs and uninstalls Windows Features on Windows Server</p></li>
 <li><p><a class="reference internal" href="ansible/windows/win_file_module.html#ansible-collections-ansible-windows-win-file-module"><span class="std std-ref">ansible.windows.win_file</span></a> – Creates, touches or removes files or directories</p></li>
 <li><p><a class="reference internal" href="ansible/windows/win_find_module.html#ansible-collections-ansible-windows-win-find-module"><span class="std std-ref">ansible.windows.win_find</span></a> – Return a list of files based on specific criteria</p></li>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant