Open lkirkwood opened 4 days ago
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.htmlM
collections/community/windows/index.htmlM
collections/community/windows/win_nssm_module.htmlM
collections/community/windows/win_pagefile_module.htmlM
collections/index_module.html
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
- Previous
+ Previous
Next
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
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.