initial working commit

This commit is contained in:
2022-10-16 18:54:37 -04:00
commit 1505e39da7
13 changed files with 396 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{% if "zfs-zed" in ansible_facts.packages %}
Debian-snmp ALL=(ALL) NOPASSWD: /etc/snmp/zfs-linux
{% endif %}
{% if "docker" in ansible_facts.services %}
Debian-snmp ALL=(ALL) NOPASSWD: /etc/snmp/docker-stats.sh
{% endif %}
{% if pihole.stat.exists %}
Debian-snmp ALL=(ALL) NOPASSWD: /bin/sh /etc/snmp/raspberry.sh
{% endif %}