snmp extends for apache
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
Debian-snmp ALL = NOPASSWD: /etc/snmp/bind, /etc/snmp/fail2ban, /etc/snmp/docker-stats.sh, /etc/snmp/mailcow-dockerized-postfix, /etc/snmp/unbound, /etc/snmp/osupdate, /etc/snmp/distro, /etc/snmp/powerdns-recursor
|
||||
Debian-snmp ALL = NOPASSWD: /etc/snmp/bind, /etc/snmp/fail2ban, /etc/snmp/docker-stats.sh, /etc/snmp/mailcow-dockerized-postfix, /etc/snmp/unbound, /etc/snmp/osupdate, /etc/snmp/distro, /etc/snmp/powerdns-recursor, /etc/snmp/apache-stats.py
|
||||
Debian-snmp ALL = (postgres) NOPASSWD: /etc/snmp/postgres
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
file:
|
||||
path: "/var/cache/librenms/"
|
||||
state: directory
|
||||
owner: "{{ snmp_user | default('root') }}"
|
||||
owner: "{{ snmpduser | default('root') }}"
|
||||
|
||||
- name: webserver | snmpd | install requirement
|
||||
package:
|
||||
|
||||
@@ -2,6 +2,7 @@ apache_package: apache2
|
||||
nginx_package: nginx
|
||||
acme_package: acme
|
||||
webuser: www-data
|
||||
snmpduser: Debian-snmp
|
||||
|
||||
nextcloud_php_packages:
|
||||
- package: php8.0
|
||||
|
||||
@@ -2,6 +2,7 @@ apache_package: apache2
|
||||
nginx_package: nginx
|
||||
acme_package: acme
|
||||
webuser: www-data
|
||||
snmpduser: Debian-snmp
|
||||
|
||||
nextcloud_php_packages:
|
||||
- package: php8.0
|
||||
|
||||
Reference in New Issue
Block a user