oatakan.windows_configure_update
Windows Config Update
This repository contains an Ansible role that sets up Windows update settings to work with a WSUS Server or Windows Update Servers. You can use this role by itself, as part of a VMware template build role, or as part of a Packer role in a CI/CD pipeline for creating Windows templates.
Note: This role is just an example. Don't use it in a production environment. You can copy it and modify it to fit your organization's security and operational needs.
Requirements
List any prerequisites that are not covered by Ansible or the role itself. For example, if the role uses the EC2 module, you should mention that the boto package is required.
Role Variables
This section should describe the variables you can set for this role, including those found in defaults/main.yml and vars/main.yml, as well as any variables that can be set as parameters for the role. Any variables that are taken from other roles or the global scope (like hostvars or group vars) should also be mentioned here.
Dependencies
List any dependencies required for the role.
Example Playbook
Here's an example of how to use this role, including how to pass in variables as parameters:
- hosts: servers
roles:
- oatakan.windows_configure_update
License
MIT
Author Information
Orcun Atakan
Ansible galaxy role that configures windows update settings to work with a WSUS Server or Windows Update Servers.
ansible-galaxy install oatakan.windows_configure_update