Moving WolfPack output to /home instead of /srv for users to access with SFTP & Cyberbrain

This commit is contained in:
2025-04-12 06:42:45 -05:00
parent 9f131ca0a9
commit 17f900003f
6 changed files with 6 additions and 6 deletions

View File

@@ -1,3 +1,3 @@
search
/srv/wolfpack/
/home/wolfpack/
aninix.net

View File

@@ -1,4 +1,4 @@
download
/srv/wolfpack
/home/wolfpack
curl -s 'https://mirror.rackspace.com/archlinux/iso/latest/' | grep -m 1 x86_64.iso | cut -f 2 -d \"
echo https://mirror.rackspace.com/archlinux/iso/latest/PREVRESULT

View File

@@ -1,4 +1,4 @@
search
/srv/wolfpack
/home/wolfpack
Eminem Shows
Eminem Concerts

View File

@@ -1,4 +1,4 @@
download
/srv/wolfpack
/home/wolfpack
curl -s http://cdimage.kali.org/current/ | grep -m 1 live-amd64.iso | cut -f 4 -d '"'
echo http://cdimage.kali.org/current/PREVRESULT

View File

@@ -1,3 +1,3 @@
download
/srv/wolfpack
/home/wolfpack
echo https://downloads.raspberrypi.org/imager/imager_latest.exe

View File

@@ -28,7 +28,7 @@
become: yes
loop:
- /usr/local/etc/WolfPack
- /srv/wolfpack
- /home/wolfpack
file:
path: "{{ item }}"
state: directory