On Friday, 9 March 2018 10:05:42 UTC+5:30, Akash Agarwal wrote: > > Hi All, > > Is there a way to use Ansible to fetch Windows OS specific configuration > using Ansible on demand ? > Is there a way to fetch OS updates, Open Ports, Windows Running Services > list? > Is there a way to monitor Windows Performance Counters for a duration of > time ? > > Thanks, > Akash >
Hi Akash, For your second question I guess ansible having modules for updates and all, please check this http://docs.ansible.com/ansible/latest/win_updates_module.html For checking open port, there are couple of powershell script if you trigger that powershell script through ansible your will get output For triggering the powershell script you can use win_shell module in ansible it will run on window server and perform the output you can write the output in some file and for audit purpose. Thanks & Regards Sumit Sahay -- You received this message because you are subscribed to the Google Groups "Ansible Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
