Catching up with current successes

This commit is contained in:
2022-01-25 23:54:43 -06:00
parent 94a4736839
commit 921d53c724
70 changed files with 2912 additions and 355 deletions

View File

@@ -1,11 +1,13 @@
all:
vars:
# Environment-wide data
replica_domain: MSN0.AniNIX.net
external_domain: AniNIX.net
replica_domain: "MSN0.{{ external_domain }}"
time_zone: "America/Chicago"
# Services used by all
router: 10.0.1.1
dns: 10.0.1.7 # TODO will change once IPs are resegmented.
netmask: 24
dns: 10.0.1.2
dhcprange: '10.0.1.224,10.0.1.254,255.255.255.0,12h'
staticrange: '10.0.1.1,10.0.1.223,255.255.255.0,12h'
logserver: "Sharingan.{{ replica_domain }}"
@@ -13,190 +15,175 @@ all:
# Standards
daemon_shell: /sbin/nologin
user_shell: /bin/bash
ansible_become_method: sudo
ansible_become_user: root
static: false
wireless_ssid: 'Shadowfeed'
ansible_python_interpreter: auto_silent
children:
managed:
children:
physical: # 10.0.1.0/29
vars:
depriv_user: pi
physical: # 10.0.1.0/28
hosts:
Nazara:
vars:
ipinterface: eth0
ip: 10.0.1.2
mac: B8:27:EB:B6:AA:0C
Node-1:
vars:
ipinterface: eth0
static: true
Core:
ipinterface: enp1s0f0
ip: 10.0.1.3
mac: B8:27:EB:B6:AA:0C
Node-2:
vars:
ipinterface: eth0
mac: 00:25:90:0d:6e:86
static: true
sslidentity: aninix.net-0001
Node0:
ipinterface: enp1s0f0
ip: 10.0.1.4
mac: B8:27:EB:B6:AA:0C
Node-3:
vars:
ipinterface: eth0
ip: 10.0.1.5
mac: B8:27:EB:B6:AA:0C
Node-4:
vars:
ipinterface: eth0
ip: 10.0.1.6
mac: B8:27:EB:B6:AA:0C
Node-5:
vars:
ipinterface: eth0
ip: 10.0.1.7
mac: B8:27:EB:B6:AA:0C
virtual: # 10.0.1.8/29
mac: DE:8B:9E:19:55:1D
static: true
virtual: # 10.0.1.16/28
vars:
depriv_user: depriv
hosts:
Sharingan:
vars:
ip: 10.0.1.8
mac: 00:15:5D:01:02:05
cores: 4
memory: 4
ip: 10.0.1.16
ipinterface: ens3
mac: 00:15:5D:01:02:10
cores: 6
memory: 6
vnc: 8
bridge: br0
disks:
- '-drive file=/srv/maat/vm/Sharingan.qcow2,format=qcow2,l2-cache-size=1M'
- '-drive format=qcow2,l2-cache-size=8M,file=/srv/maat/vm/Sharingan.qcow2'
DarkNet:
vars:
ip: 10.0.1.9
mac: 00:15:5D:01:02:04
ip: 10.0.1.17
ipinterface: eth0
mac: 00:15:5D:01:02:05
cores: 2
memory: 2
vnc: 9
bridge: br0
disks:
- '-hda /dev/sdb'
- '-drive if=none,id=disk0,cache=none,format=raw,aio=native,file=/dev/sdb'
Maat:
vars:
ip: 10.0.1.10
mac: 00:15:5d:01:02:06
cores: 2
memory: 2
bridge: br0
disks:
- '-drive file=/srv/maat/vm/MaatBuilder.qcow2,format=qcow2,l2-cache-size=1M'
Aether:
vars:
ip: 10.0.1.11
ip: 10.0.1.18
ipinterface: ens3
mac: 00:15:5d:01:02:07
cores: 2
memory: 2
bridge: br0
vnc: 7
disks:
- '-hda /dev/sdd'
- '-cdrom /srv/maat/iso/archlinux.iso -boot order=d'
Core:
vars:
depriv_user: DarkFeather
ipinterface: enp1s0f0
ip: 10.0.1.12
mac: 00:25:90:0d:6e:86
geth-hubs: # 10.0.1.16/29
- '-drive format=qcow2,l2-cache-size=8M,file=/srv/maat/vm/Maat.qcow2'
geth_hubs: # 10.0.1.32/28
vars:
depriv_user: pi
motion_enabled: yes
hosts:
Geth-Hub-1:
vars:
ip: 10.0.1.16
ip: 10.0.1.32
mac: 84:16:F9:14:15:C5
Geth-Hub-2:
vars:
ip: 10.0.1.17
ip: 10.0.1.33
mac: 84:16:F9:13:B6:E6
# Geth-Hub-3:
# vars:
# ip: 10.0.1.18
# mac: b8:27:eb:60:73:68
motion_enabled: no
Geth-Hub-3:
ip: 10.0.1.34
mac: b8:27:eb:60:73:68
unmanaged:
children:
ovas: # 10.0.1.24/29
ovas: # 10.0.1.48/28
hosts:
DedNet:
vars:
ip: 10.0.1.24
TDS-Jump:
ip: 10.0.1.48
mac: 00:15:5d:01:02:08
cores: 2
memory: 2
vnc: 4
bridge: br0
disks:
- '-drive file=/srv/maat/vm/DedNet.qcow2,format=qcow2'
- '-cdrom /srv/maat/iso/kali-linux.iso -boot order=d'
- '-drive format=qcow2,l2-cache-size=8M,file=/srv/maat/vm/TDSJump.qcow2'
Geth:
vars:
ip: 10.0.1.25
ip: 10.0.1.49
mac: DE:8B:9E:19:55:1E
cores: 2
memory: 2
vnc: 6
bridge: br0
disks:
- '-drive format=qcow2,l2-cache-size=8M,file=/srv/maat/vm/hassos_ova-5.13.qcow2'
DedNet:
ip: 10.0.1.50
mac: 00:15:5d:01:02:09
cores: 2
memory: 2
vnc: 3
bridge: br0
disks:
- '-drive file=/srv/maat/vm/DedNet.qcow2,format=qcow2'
- '-drive format=qcow2,l2-cache-size=8M,file=/srv/maat/vm/DedNet.qcow2'
- '-cdrom /srv/maat/iso/kali-linux.iso -boot order=d'
hardware:
hosts: # 10.0.1.32/28
Tachikoma:
vars:
ip: 10.0.1.32
mac: aa:aa:aa:aa:aa:aa
Dedsec:
vars:
ip: 10.0.1.33
mac: 34:f6:4b:36:12:8f
DarkFeather:
vars:
ip: 10.0.1.34
mac: 64:C2:DE:78:BB:40
Lykos:
vars:
ip: 10.0.1.35
mac: 64:C2:DE:0C:AB:0D
Games:
vars:
ip: 10.0.1.36
mac: 00:1F:BC:10:1C:F7
Aether:
ip: 10.0.1.51
mac: 00:15:5d:01:02:11
cores: 2
memory: 2
vnc: 5
bridge: br0
disks:
- '-drive if=none,id=disk0,cache=none,format=raw,aio=native,file=/dev/sdc'
- '-cdrom /srv/maat/iso/archlinux.iso -boot order=d'
appliances:
hosts: # 10.0.1.64/27
Shadowfeed:
vars:
ip: 10.0.1.1
mac: 2c:30:33:64:f4:03
DarkFeather:
ip: 10.0.1.64
mac: D0:40:EF:D4:14:CF
Lykos:
ip: 10.0.1.65
mac: 70:74:14:4F:8E:42
Games:
ip: 10.0.1.66
mac: 00:1F:BC:10:1C:F8
Print:
vars:
ip: 10.0.1.37
ip: 10.0.1.67
mac: 00:80:92:77:CE:E4
Core-Console:
vars:
ip: 10.0.1.38
mac: 00:25:90:0D:82:5B
Maat-Console:
vars:
ip: 10.0.1.39
mac: 00:25:90:3E:C6:8C
Geth-Eyes:
vars:
ip: 10.0.1.40
mac: 9c:a3:aa:33:a3:99
# dhcp build space: 10.0.1.224/27
ip: 10.0.1.68
mac: 9C:A3:AA:33:A3:99
LivingRoomTV:
ip: 10.0.1.69
mac: 80:D2:1D:17:63:0E
BedRoomTV:
ip: 10.0.1.70
mac: 80:D2:1D:17:63:0F
TraingRoomTV:
ip: 10.0.1.71
mac: 80:D2:1D:17:63:10
Tachikoma:
ip: 10.0.1.72
mac: B8:76:3F:70:DB:C1
Dedsec:
ip: 10.0.1.73
mac: 34:F6:4B:36:12:8F
"Core.Console":
ip: 10.0.1.74
mac: 00:25:90:0D:82:5B
"Node0.Console":
ip: 10.0.1.75
mac: 00:25:90:3E:C6:8C
# dhcp build space: 10.0.1.224/27
iot: # 10.0.2.0/24
hosts:
LinKeuei:
vars:
ip: 10.0.2.2
mac: 64:16:66:08:57:F5
Canary:
vars:
ip: 10.0.2.3
mac: 18:B4:30:2F:F1:37
Charon:
vars:
ip: 10.0.2.4
mac: 64:52:99:14:28:2B
Skitarii-1:
vars:
ip: 10.0.2.5
mac: 40:9F:38:95:06:34