add initial snmpd_conf role
This commit is contained in:
6
roles/snmpd_conf/handlers/main.yml
Normal file
6
roles/snmpd_conf/handlers/main.yml
Normal file
@ -0,0 +1,6 @@
|
||||
---
|
||||
- name: restart snmpd
|
||||
service:
|
||||
name : snmpd
|
||||
state: restarted
|
||||
when: ansible_virtualization_type != "docker"
|
Reference in New Issue
Block a user