ansible-collections / community.windows

Windows community collection for Ansible
https://galaxy.ansible.com/community/windows
GNU General Public License v3.0
206 stars 160 forks source link

New Module win_ntp #593

Open lkirkwood opened 4 days ago

lkirkwood commented 4 days ago
SUMMARY

This PR creates a new module for managing NTP based off the work in #150. I have fixed the issue which seems to have prevented this from being merged (see this comment). Let me know if there's anything else that needs changing.

ISSUE TYPE
COMPONENT NAME

win_ntp

ADDITIONAL INFORMATION

The module allows users to configure the NTP settings on Windows machines.

github-actions[bot] commented 4 days ago

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/community.windows/actions/runs/12022043496

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

File changes:

  • A collections/community/windows/win_ntp_module.html
  • M collections/community/windows/index.html
  • M collections/community/windows/win_nssm_module.html
  • M collections/community/windows/win_pagefile_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 diff --git a/home/runner/work/community.windows/community.windows/docsbuild/base/collections/community/windows/index.html b/home/runner/work/community.windows/community.windows/docsbuild/head/collections/community/windows/index.html index d9dc9d0..dfaa7fd 100644 --- a/home/runner/work/community.windows/community.windows/docsbuild/base/collections/community/windows/index.html +++ b/home/runner/work/community.windows/community.windows/docsbuild/head/collections/community/windows/index.html @@ -215,6 +215,7 @@
  • win_net_adapter_feature module – Enable or disable certain network adapters.

  • win_netbios module – Manage NetBIOS over TCP/IP settings on Windows.

  • win_nssm module – Install a service using NSSM

  • +
  • win_ntp module – Manage Windows NTP Server

  • win_pagefile module – Query or change pagefile configuration

  • win_partition module – Creates, changes and removes partitions on Windows Server

  • win_pester module – Run Pester tests on Windows hosts

  • diff --git a/home/runner/work/community.windows/community.windows/docsbuild/base/collections/community/windows/win_nssm_module.html b/home/runner/work/community.windows/community.windows/docsbuild/head/collections/community/windows/win_nssm_module.html index d4a3b0f..0874f53 100644 --- a/home/runner/work/community.windows/community.windows/docsbuild/base/collections/community/windows/win_nssm_module.html +++ b/home/runner/work/community.windows/community.windows/docsbuild/head/collections/community/windows/win_nssm_module.html @@ -22,7 +22,7 @@ - + @@ -478,7 +478,7 @@ see - +

    diff --git a/home/runner/work/community.windows/community.windows/docsbuild/base/collections/community/windows/win_pagefile_module.html b/home/runner/work/community.windows/community.windows/docsbuild/head/collections/community/windows/win_pagefile_module.html index 396a671..b293ea3 100644 --- a/home/runner/work/community.windows/community.windows/docsbuild/base/collections/community/windows/win_pagefile_module.html +++ b/home/runner/work/community.windows/community.windows/docsbuild/head/collections/community/windows/win_pagefile_module.html @@ -23,7 +23,7 @@ - + @@ -379,7 +379,7 @@ To check whether it is installed, run - +
    diff --git a/home/runner/work/community.windows/community.windows/docsbuild/base/collections/index_module.html b/home/runner/work/community.windows/community.windows/docsbuild/head/collections/index_module.html index 0d2d388..220a259 100644 --- a/home/runner/work/community.windows/community.windows/docsbuild/base/collections/index_module.html +++ b/home/runner/work/community.windows/community.windows/docsbuild/head/collections/index_module.html @@ -167,6 +167,7 @@
  • community.windows.win_net_adapter_feature – Enable or disable certain network adapters.

  • community.windows.win_netbios – Manage NetBIOS over TCP/IP settings on Windows.

  • community.windows.win_nssm – Install a service using NSSM

  • +
  • community.windows.win_ntp – Manage Windows NTP Server

  • community.windows.win_pagefile – Query or change pagefile configuration

  • community.windows.win_partition – Creates, changes and removes partitions on Windows Server

  • community.windows.win_pester – Run Pester tests on Windows hosts

  • ```