Adding Node4
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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 #
|
||||
################################################################################
|
||||
@@ -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"
|
||||
Reference in New Issue
Block a user