ansible.snmp icon indicating copy to clipboard operation
ansible.snmp copied to clipboard

Need help running playbook

Open andrewm659 opened this issue 5 years ago • 1 comments

Do you have an example of how to run this playbook against a Windows server or Windows 10 machine?

andrewm659 avatar Aug 10 '19 04:08 andrewm659

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.

Tyneven avatar Jan 24 '22 09:01 Tyneven