9 lines
98 B
YAML
9 lines
98 B
YAML
---
|
|
#
|
|
# Playbook
|
|
#
|
|
- hosts: win-test.example.com
|
|
gather_facts: true
|
|
roles:
|
|
- windows/snmp
|