Adding Node4
This commit is contained in:
+14
-5
@@ -64,7 +64,7 @@ all:
|
||||
ip: 10.0.1.5
|
||||
mac: fa:ec:43:87:4d:2d
|
||||
tap: true
|
||||
ups: 'aps'
|
||||
ups: 'apc'
|
||||
active_vms:
|
||||
- Yggdrasil
|
||||
Node2:
|
||||
@@ -84,6 +84,15 @@ all:
|
||||
tap: true
|
||||
active_vms:
|
||||
- TDS-Jump
|
||||
Node4:
|
||||
ansible_user: depriv
|
||||
ipinterface: enp1s0
|
||||
ip: 10.0.1.6
|
||||
mac: c8:ff:bf:0c:71:94
|
||||
tap: true
|
||||
ups: 'apc'
|
||||
active_vms:
|
||||
- Yggdrasil
|
||||
Geth:
|
||||
hosts:
|
||||
Geth0:
|
||||
@@ -171,10 +180,10 @@ all:
|
||||
vnc: 1
|
||||
vscan_enabled: true
|
||||
disks:
|
||||
- '-drive format=raw,index=0,media=disk,file=/dev/sda'
|
||||
- '-drive format=raw,index=0,media=disk,file=/dev/sdb'
|
||||
- '-drive format=raw,index=0,media=disk,file=/dev/sdc'
|
||||
- '-drive format=raw,index=0,media=disk,file=/dev/sdd'
|
||||
- '-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=scsi2 -drive file=/dev/sdc,if=none,format=raw,discard=unmap,aio=native,cache=none,id=sdc -device scsi-hd,drive=sdc,bus=scsi2.0'
|
||||
- '-device virtio-scsi-pci,id=scsi3 -drive file=/dev/sdd,if=none,format=raw,discard=unmap,aio=native,cache=none,id=sdd -device scsi-hd,drive=sdd,bus=scsi3.0'
|
||||
Vergil: # 10.0.1.32/28
|
||||
vars:
|
||||
motion_enabled: yes
|
||||
|
||||
Reference in New Issue
Block a user