Infrastructure updates
This commit is contained in:
Executable
BIN
Binary file not shown.
+15
-3
@@ -45,7 +45,8 @@ all:
|
|||||||
- DedSec.msn0.aninix.net
|
- DedSec.msn0.aninix.net
|
||||||
operational_countries:
|
operational_countries:
|
||||||
- 'US'
|
- 'US'
|
||||||
|
# https://github.com/ansible/ansible/issues/86122
|
||||||
|
ansible_ssh_common_args: '-o "SetEnv TERM=dumb"'
|
||||||
children:
|
children:
|
||||||
managed:
|
managed:
|
||||||
children:
|
children:
|
||||||
@@ -179,6 +180,17 @@ all:
|
|||||||
bridge: br0
|
bridge: br0
|
||||||
vnc: 1
|
vnc: 1
|
||||||
vscan_enabled: true
|
vscan_enabled: true
|
||||||
|
discord_mapping:
|
||||||
|
therafters: therafters
|
||||||
|
sharingan: sharingan
|
||||||
|
tech: tech
|
||||||
|
foundation: foundation
|
||||||
|
3nclave: 3NCLAVE
|
||||||
|
martialarts: martialarts
|
||||||
|
signups: masignups
|
||||||
|
workouts: maworkouts
|
||||||
|
town-hall: citizens
|
||||||
|
121st-signups: 121st-signups
|
||||||
disks:
|
disks:
|
||||||
- '-device virtio-scsi-pci,id=scsi0 -drive file=/dev/sda,if=none,format=raw,discard=unmap,aio=native,cache=none,id=sda -device scsi-hd,drive=sda,bus=scsi0.0'
|
- '-device virtio-scsi-pci,id=scsi0 -drive file=/dev/sda,if=none,format=raw,discard=unmap,aio=native,cache=none,id=sda -device scsi-hd,drive=sda,bus=scsi0.0'
|
||||||
- '-device virtio-scsi-pci,id=scsi1 -drive file=/dev/sdb,if=none,format=raw,discard=unmap,aio=native,cache=none,id=sdb -device scsi-hd,drive=sdb,bus=scsi1.0'
|
- '-device virtio-scsi-pci,id=scsi1 -drive file=/dev/sdb,if=none,format=raw,discard=unmap,aio=native,cache=none,id=sdb -device scsi-hd,drive=sdb,bus=scsi1.0'
|
||||||
@@ -239,7 +251,7 @@ all:
|
|||||||
bridge: br0
|
bridge: br0
|
||||||
disks:
|
disks:
|
||||||
- '-drive format=qcow2,l2-cache-size=8M,file=/mnt/cage2/vm/DedNet.qcow2'
|
- '-drive format=qcow2,l2-cache-size=8M,file=/mnt/cage2/vm/DedNet.qcow2'
|
||||||
- '-cdrom /srv/maat/iso/kali-linux.iso -boot order=d'
|
- '-cdrom /srv/node/iso/kali-linux.iso -boot order=d'
|
||||||
Aether:
|
Aether:
|
||||||
ip: 10.0.1.51
|
ip: 10.0.1.51
|
||||||
mac: 00:15:5d:01:02:11
|
mac: 00:15:5d:01:02:11
|
||||||
@@ -249,7 +261,7 @@ all:
|
|||||||
bridge: br0
|
bridge: br0
|
||||||
disks:
|
disks:
|
||||||
- '-drive if=none,id=disk0,cache=none,format=raw,aio=native,file=/dev/sdc'
|
- '-drive if=none,id=disk0,cache=none,format=raw,aio=native,file=/dev/sdc'
|
||||||
- '-cdrom /srv/maat/iso/archlinux.iso -boot order=d'
|
- '-cdrom /srv/node/iso/archlinux.iso -boot order=d'
|
||||||
test1:
|
test1:
|
||||||
ip: 10.0.1.52
|
ip: 10.0.1.52
|
||||||
ipinterface: ens3
|
ipinterface: ens3
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
Description="Bridge connection"
|
Description="Bridged Network Interface for VMs"
|
||||||
Interface=br0
|
Interface=br0
|
||||||
Connection=bridge
|
Connection=bridge
|
||||||
BindsToInterfaces=({{ ipinterface }} tun0)
|
BindsToInterfaces=({{ ipinterface }} tun0)
|
||||||
|
|||||||
@@ -39,5 +39,5 @@
|
|||||||
- include_tasks: cyberpower.yml
|
- include_tasks: cyberpower.yml
|
||||||
when: "ups == 'cyberpower'"
|
when: "ups == 'cyberpower'"
|
||||||
|
|
||||||
- include_tasks: aps.yml
|
- include_tasks: apc.yml
|
||||||
when: "ups == 'aps'"
|
when: "ups == 'apc'"
|
||||||
|
|||||||
Reference in New Issue
Block a user