Adding Node4

This commit is contained in:
2026-04-29 12:07:37 -05:00
parent 5ee1687dc6
commit c613df274a
6 changed files with 33 additions and 12 deletions
+1 -1
View File
@@ -29,7 +29,7 @@
become: yes
register: dns_updated
copy:
dest: /etc/pihole/custom.list
dest: /etc/pihole/hosts/custom.list
src: dns
owner: pihole
group: pihole
+6
View File
@@ -0,0 +1,6 @@
################################################################################
# AniNIX/Node4 #
# #
# This is the network virtualization platform. VMs can be found with this: #
# cd /usr/lib/systemd/system; ls -1 *vm.service | xargs -n 1 systemctl status #
################################################################################
+7 -3
View File
@@ -57,11 +57,15 @@
- git
- tmux
- vim
- sysstat
- iotop
- lsof
- rsync
- xfsprogs
- man
- sysstat
- iotop
- lsof
- bind
- net-tools
- curl
- nmap
state: present
update_cache: yes
@@ -0,0 +1,2 @@
include "/etc/monit.d/checks/system"
include "/etc/monit.d/checks/automated_response"