use default if not a wg client

This commit is contained in:
2024-08-16 18:45:41 +02:00
parent 13080071eb
commit c7e0bf8c3c

View File

@@ -74,8 +74,7 @@
lineinfile: lineinfile:
path: "{{ snmpd_conf }}" path: "{{ snmpd_conf }}"
regexp: "^agentaddress.*$" regexp: "^agentaddress.*$"
state: present state: absent
line: "agentaddress udp:161,udp6:[::1]:161"
when: wg_local_ip is not defined when: wg_local_ip is not defined
- name: server | snmpd | copy distro script - name: server | snmpd | copy distro script