patching_windows

Ansible Role: Patching Windows

Version: 1.0.3

pipeline status Ansible Role Ansible Role

Development of this project is managed in a private repository then pushed out to GitLab and GitHub when we have a new version for you. If you have any issues please contact sparknsh

Role Variables

patching_windows_reboot: False
patching_windows_reboot_timeout: 3600
patching_windows_categories:
  - "CriticalUpdates"
  - "SecurityUpdates"
  - "Updates"

Example Playbook

- hosts: all
  vars_files:
    - vars/main.yml
  roles:
    - { role: sparknsh.patching_windows }

License

MIT

Author Information

This role was created in 2018 by sparknsh at Rebel Media, Inc.

Install
ansible-galaxy install sparknsh/ansible-role-patching-windows
GitHub repository
License
mit
Downloads
2749
Owner