ansible.snmp
ansible.snmp copied to clipboard
Need help running playbook
Do you have an example of how to run this playbook against a Windows server or Windows 10 machine?
In your playbook:
---
- name: Install and configure SNMP
hosts: windows_server
roles:
- snmp
Don't forget modify variables in your inventory if it necessary
Main.yml file in tasks, check distribution and version and apply some files according to distribution automatically.
WinRM must be configured on windows server or Windows 10 Machine. Master Branch use DSC on Windows Server but DSC is available only for Powershell Version 5.