This commit is contained in:
2024-11-11 15:46:28 -05:00
parent 3c1ec13720
commit 6e7ee42c1e
58 changed files with 600 additions and 403 deletions

View File

@@ -1,59 +0,0 @@
---
# Host vars for gateway
name: gateway
interfaces:
- type: network
source:
network: lan
model:
type: virtio
address:
type: pci
domain: 0x0000
bus: 0x01
slot: 0x00
function: 0x0
- type: network
source:
network: wan
model:
type: virtio
address:
type: pci
domain: 0x0000
bus: 0x02
slot: 0x00
function: 0x0
- type: network
source:
network: alpha
model:
type: virtio
address:
type: pci
domain: 0x0000
bus: 0x03
slot: 0x00
function: 0x0
- type: network
source:
network: beta
model:
type: virtio
address:
type: pci
domain: 0x0000
bus: 0x04
slot: 0x00
function: 0x0
- type: network
source:
network: gamma
model:
type: virtio
address:
type: pci
domain: 0x0000
bus: 0x08
slot: 0x00
function: 0x0

View File

@@ -1,16 +1,3 @@
# Host vars for inspiron-3670
docker_needed: false
nvidia_driver_needed: true
packages:
- curl
- davfs2
- gimp
- git
- gphoto2
- latexml
- neovim
- passwordsafe
- texlive-full
- thunderbird
- tmux
- torbrowser-launcher
- w3m

View File

@@ -1,3 +1,3 @@
# Host vars for latitude-7230
ansible_connection: local
open_ports: ""

View File

@@ -12,5 +12,4 @@ libvirt_networks:
bridge:
name: lan
dev: eno8403
libvirt_guests:
- vpn
libvirt_guests: ""

View File

@@ -7,8 +7,13 @@ libvirt_networks:
bridge:
name: wan
dev: eno1np0
- name: lan
forward:
mode: bridge
bridge:
name: lan
dev: eno2np1
libvirt_guests:
- network-file-system
- alpha-control-plane
- alpha-worker-0
- alpha-worker-1
@@ -24,3 +29,5 @@ libvirt_guests:
- gamma-worker-1
- gamma-worker-2
- gamma-worker-3
nfs_exports: ["/data *(rw,sync,no_root_squash)"]
nvidia_driver_needed: true

View File

@@ -1,18 +0,0 @@
---
# Host vars for vpn
name: vpn
packages:
- openssh-server
- openvpn
- prometheus-node-exporter
interfaces:
- type: network
source:
network: wan
model:
type: virtio
- type: network
source:
network: lan
model:
type: virtio