From 519f636b1b0eca0f4f95691b59e47128580ee4a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Sat, 29 Apr 2023 15:50:10 +0200 Subject: [PATCH] add default gw for plex --- host_vars/neko.yaml | 1 + host_vars/plex.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/host_vars/neko.yaml b/host_vars/neko.yaml index c392639..4542999 100644 --- a/host_vars/neko.yaml +++ b/host_vars/neko.yaml @@ -26,6 +26,7 @@ firewall: proto: tcp interface: "eth0" netplan: + default_gateway: "" additionalinterfaces: - name: "eth1" dhcp4: false diff --git a/host_vars/plex.yaml b/host_vars/plex.yaml index 56f482f..d8a1dc6 100644 --- a/host_vars/plex.yaml +++ b/host_vars/plex.yaml @@ -6,6 +6,7 @@ webserver: bigrequests: true https: false netplan: + default_gateway: "192.168.69.254" additionalinterfaces: - name: "eth1" dhcp4: false