https://github.com/d-strobel/ansible-collection-windows
Collection of windows ansible modules.
https://github.com/d-strobel/ansible-collection-windows
ansible infrastructure-as-code windows
Last synced: 4 months ago
JSON representation
Collection of windows ansible modules.
- Host: GitHub
- URL: https://github.com/d-strobel/ansible-collection-windows
- Owner: d-strobel
- License: gpl-3.0
- Created: 2023-09-11T10:22:08.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-27T15:36:55.000Z (over 1 year ago)
- Last Synced: 2024-12-27T16:30:42.456Z (over 1 year ago)
- Topics: ansible, infrastructure-as-code, windows
- Language: PowerShell
- Homepage: https://galaxy.ansible.com/ui/repo/published/d_strobel/windows/
- Size: 77.1 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/d-strobel/ansible-collection-windows/actions/workflows/build.yml)
[](https://github.com/d-strobel/ansible-collection-windows/blob/main/LICENSE)
# Ansible Collection: d_strobel.windows
Collection of windows ansible modules.
## Modules
| Category | Module | Description |
|----------|--------|-------------|
| adfs | adfs_application_group | Add or modify application groups |
| adfs | adfs_native_client_application | Add or modify native client applications |
| dhcp | dhcp_class_v4 | Add, remove or change a dhcp class. |
| dhcp | dhcp_domain_authorization | Add or remove a dhcp server to a domain controller. |
| dhcp | dhcp_exclusion_v4 | Add or remove an IPv4 exclusion range. |
| dhcp | dhcp_failover_v4 | Add or remove an IPv4 failover. |
| dhcp | dhcp_option_definition_v4 | Add, remove or change an IPv4 option definition. |
| dhcp | dhcp_option_value_v4 | Add, remove or change an IPv4 option value. |
| dhcp | dhcp_scope_v4 | Add or remove a IPv4 dhcp scope. |
| fsrm | fsrm_file_screen_template | Add or modify file screen templates |
| fsrm | fsrm_filegroup | Add or modify file groups |
| fsrm | fsrm_setting | Modify general settings |
| rdl | rdl_company_info | Add or remove the company info of the wmi object. |
| rdl | rdl_server_domain_status | Add or remove the server to the Remote Desktop license server group in a given domain. |
| rdl | rdl_server_status | Activate, deactivate or reactivate the remote desktop license server. |
| win | win_scheduled_task | Register, Unregister scheduled task on a server. |
| wsus | wsus_computer_target_group | Add or remove a computer group. |
| wsus | wsus_email_notification_setting | Modify email notification settings |
| wsus | wsus_install_approval_rule | Modify an update install approval rule |
| wsus | wsus_store_update_location | Modify the wsus updatefile location. |
| wsus | wsus_subscription | Modify the subscription. |
## Release
1. Edit the version number in the [galaxy.yml](galaxy.yml) file.
2. Run the github action "Release".