File tree 4 files changed +17
-4
lines changed
4 files changed +17
-4
lines changed Original file line number Diff line number Diff line change @@ -111,6 +111,7 @@ jobs:
111
111
e4c5d8be-b91f-41ab-8071-b23e00203340 > kasm_host
112
112
566329f5-5af3-4bcd-b187-b23e00216134 > netboot_host
113
113
fb62a8d1-6dd5-4fab-aff4-b23e0021e215 > npm_host
114
+ fe0a2fa5-8e2b-4b4f-ac68-b26100315b20 > plex_host
114
115
90a16954-45df-49ad-9f45-b23e002273c5 > runner_host
115
116
a5b6fa4b-4643-4f85-988b-b23e00245e2f > ubu_host
116
117
26b06759-9791-42d7-a076-b23e0063c4dd > ssh_private_key
@@ -128,6 +129,7 @@ jobs:
128
129
kasm.lan ansible_host=${{ steps.bitwarden-secrets.outputs.kasm_host }} ansible_user=mafyuh
129
130
netboot.lan ansible_host=${{ steps.bitwarden-secrets.outputs.netboot_host }} ansible_user=mafyuh
130
131
npm.lan ansible_host=${{ steps.bitwarden-secrets.outputs.npm_host }} ansible_user=mafyuh
132
+ plex.lan ansible_host=${{ steps.bitwarden-secrets.outputs.plex_host }} ansible_user=mafyuh ansible_port=2009
131
133
runner.lan ansible_host=${{ steps.bitwarden-secrets.outputs.runner_host }} ansible_user=mafyuh
132
134
ubu.lan ansible_host=${{ steps.bitwarden-secrets.outputs.ubu_host }} ansible_user=mafyuh
133
135
EOF
Original file line number Diff line number Diff line change @@ -8,15 +8,21 @@ services:
8
8
- PGID=1000
9
9
- TZ=Etc/UTC
10
10
- VERSION=docker
11
+ - NVIDIA_VISIBLE_DEVICES=all
11
12
volumes :
12
13
- /docker/appdata/plex/library:/config
13
14
- nas:/data/media
14
15
restart : unless-stopped
16
+ deploy :
17
+ resources :
18
+ reservations :
19
+ devices :
20
+ - capabilities : [gpu]
15
21
16
22
volumes :
17
23
nas :
18
24
driver : local
19
25
driver_opts :
20
26
type : nfs
21
- o : addr=nas.lan,vers=4,rw
27
+ o : addr=nas.lan,vers=4,ro
22
28
device : " :/mnt/thePool/thePoolShare/Media"
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ resource "proxmox_virtual_environment_vm" "Plex" {
16
16
17
17
network_device {
18
18
bridge = " vmbr0"
19
- vlan_id = 1
19
+ vlan_id = 23
20
20
}
21
21
22
22
disk {
@@ -29,6 +29,11 @@ resource "proxmox_virtual_environment_vm" "Plex" {
29
29
vm_id = " 9996"
30
30
}
31
31
32
+ vga {
33
+ memory = 16
34
+ type = " serial0"
35
+ }
36
+
32
37
initialization {
33
38
ip_config {
34
39
ipv4 {
Original file line number Diff line number Diff line change @@ -3,9 +3,9 @@ resource "proxmox_virtual_environment_vm" "Windows11" {
3
3
node_name = " pve2"
4
4
vm_id = 250
5
5
tags = [" tofu" ]
6
- started = true
6
+ started = false
7
7
bios = " ovmf"
8
- machine = " q35"
8
+ machine = " pc- q35-9.0 "
9
9
10
10
agent {
11
11
enabled = true
You can’t perform that action at this time.
0 commit comments