changed name ob webserver role

This commit is contained in:
2025-10-01 14:23:51 +02:00
parent 0318abbfc4
commit 519c7be93d
15 changed files with 0 additions and 0 deletions

View File

@@ -1,15 +0,0 @@
- name: webserver | snmpd | get script
get_url:
url: "https://raw.githubusercontent.com/librenms/librenms-agent/master/snmp/nginx"
dest: "/etc/snmp/nginx"
mode: "0755"
owner: "root"
group: "root"
- name: webserver | snmpd | configure extend
lineinfile:
path: "{{ snmpd_conf }}"
state: present
line: "extend nginx /etc/snmp/nginx"
insertafter: "# SECTION: custom settings"
notify: restart_snmpd