Windows service management module

This module allows Ansible users to manage and query Windows hosts services. The following Ansible playbook shows how we can disable Windows update services (not recommended, but handy to know):

    - name: disable Windows update service
win_service:
name: wuauserv
state: stopped
start_mode: disabled

This module has return values that give information about the service status.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.218.70.93