From 4d782c40520ba30978eda68ea2fea8f07d88a41b Mon Sep 17 00:00:00 2001 From: "stephane.david" Date: Wed, 11 Mar 2026 09:59:15 +0100 Subject: [PATCH] UPdate snmp conf --- configure_snmpd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure_snmpd.yml b/configure_snmpd.yml index ea3f0ae..29e3466 100644 --- a/configure_snmpd.yml +++ b/configure_snmpd.yml @@ -20,7 +20,7 @@ mode: u+x,g+x - name: Configure snmpd - shell: echo "agentAddress udp:161,udp6:[::1]:161\nrocommunity public default -V systemonly\nrwcommunity manage 192.168.1.30\nrwcommunity manage localhost\nrocommunity6 public default -V systemonly\nsysLocation SDA Corporation/Internet Server/\nsysContact thedarty@gmail.com\nextend osupdate /etc/snmp/osupdate" > /etc/snmp/snmpd.conf + shell: echo "agentAddress udp:161,udp6:[::1]:161\nrocommunity public default -V systemonly\nrwcommunity manage 192.168.100.30\nrwcommunity manage localhost\nrocommunity6 public default -V systemonly\nsysLocation SDA Corporation/Internet Server/\nsysContact thedarty@gmail.com\nextend osupdate /etc/snmp/osupdate" > /etc/snmp/snmpd.conf - name: Restart snmpd.service shell: systemctl restart snmpd.service