From 239ec42fb8df909fe948b2dc31a60ace146815ef Mon Sep 17 00:00:00 2001 From: "stephane.david" Date: Fri, 31 Jul 2026 21:51:02 +0200 Subject: [PATCH] Update update_snmp.yml to change to new librenms serveur --- update_snmpd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update_snmpd.yml b/update_snmpd.yml index d0d3b4e..1acc90d 100644 --- a/update_snmpd.yml +++ b/update_snmpd.yml @@ -2,7 +2,7 @@ hosts: all tasks: - name: Change IP - shell: sed -i s/192.168.1.30/192.168.100.30/gi /etc/snmp/snmpd.conf + shell: sed -i s/192.168.100.30/192.168.100.0\/24/gi /etc/snmp/snmpd.conf - name: Restart snmpd.service shell: systemctl restart snmpd.service