turn off windows, update Plex
Some checks failed
OpenTofu Automation / deploy (push) Failing after 13s

This commit is contained in:
Matt Reeves 2025-01-09 22:14:58 -05:00
parent f8c6fd22e7
commit b95716d38b
4 changed files with 17 additions and 4 deletions

View file

@ -111,6 +111,7 @@ jobs:
e4c5d8be-b91f-41ab-8071-b23e00203340 > kasm_host
566329f5-5af3-4bcd-b187-b23e00216134 > netboot_host
fb62a8d1-6dd5-4fab-aff4-b23e0021e215 > npm_host
fe0a2fa5-8e2b-4b4f-ac68-b26100315b20 > plex_host
90a16954-45df-49ad-9f45-b23e002273c5 > runner_host
a5b6fa4b-4643-4f85-988b-b23e00245e2f > ubu_host
26b06759-9791-42d7-a076-b23e0063c4dd > ssh_private_key
@ -128,6 +129,7 @@ jobs:
kasm.lan ansible_host=${{ steps.bitwarden-secrets.outputs.kasm_host }} ansible_user=mafyuh
netboot.lan ansible_host=${{ steps.bitwarden-secrets.outputs.netboot_host }} ansible_user=mafyuh
npm.lan ansible_host=${{ steps.bitwarden-secrets.outputs.npm_host }} ansible_user=mafyuh
plex.lan ansible_host=${{ steps.bitwarden-secrets.outputs.plex_host }} ansible_user=mafyuh ansible_port=2009
runner.lan ansible_host=${{ steps.bitwarden-secrets.outputs.runner_host }} ansible_user=mafyuh
ubu.lan ansible_host=${{ steps.bitwarden-secrets.outputs.ubu_host }} ansible_user=mafyuh
EOF

View file

@ -8,15 +8,21 @@ services:
- PGID=1000
- TZ=Etc/UTC
- VERSION=docker
- NVIDIA_VISIBLE_DEVICES=all
volumes:
- /docker/appdata/plex/library:/config
- nas:/data/media
restart: unless-stopped
deploy:
resources:
reservations:
devices:
- capabilities: [gpu]
volumes:
nas:
driver: local
driver_opts:
type: nfs
o: addr=nas.lan,vers=4,rw
o: addr=nas.lan,vers=4,ro
device: ":/mnt/thePool/thePoolShare/Media"

View file

@ -16,7 +16,7 @@ resource "proxmox_virtual_environment_vm" "Plex" {
network_device {
bridge = "vmbr0"
vlan_id = 1
vlan_id = 23
}
disk {
@ -29,6 +29,11 @@ resource "proxmox_virtual_environment_vm" "Plex" {
vm_id = "9996"
}
vga {
memory = 16
type = "serial0"
}
initialization {
ip_config {
ipv4 {

View file

@ -3,9 +3,9 @@ resource "proxmox_virtual_environment_vm" "Windows11" {
node_name = "pve2"
vm_id = 250
tags = ["tofu"]
started = true
started = false
bios = "ovmf"
machine = "q35"
machine = "pc-q35-9.0"
agent {
enabled = true