15 lines
294 B
YAML
15 lines
294 B
YAML
- name: trap test
|
|
hosts: ism
|
|
connection: local
|
|
gather_facts: no
|
|
vars:
|
|
ism:
|
|
host: "{{ ansible_ssh_host }}"
|
|
username: "{{ username }}"
|
|
password: "{{ password }}"
|
|
|
|
tasks:
|
|
|
|
- name: "get snmp get/set information"
|
|
inspur.sm.snmp_info:
|
|
provider: "{{ ism }}" |