initial pass for snmpd_conf role
This commit is contained in:
@ -3,4 +3,7 @@
|
||||
service:
|
||||
name : snmpd
|
||||
state: restarted
|
||||
when: ansible_virtualization_type != "docker"
|
||||
when:
|
||||
- ansible_virtualization_type == "docker" or
|
||||
ansible_virtualization_type == "podman" or
|
||||
ansible_virtualization_type == "container"
|
||||
|
Reference in New Issue
Block a user