From 1b79e081efa5fbf3be3a7aa4a21db549c95f8efc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Sat, 29 Apr 2023 15:47:45 +0200 Subject: [PATCH] update plex --- .gitignore | 3 ++- host_vars/neko.yaml | 1 - host_vars/plex.yaml | 11 ++++++++++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 294d4d3..e6359eb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .vault_password_file -venv/ \ No newline at end of file +venv/ +.DS_Store diff --git a/host_vars/neko.yaml b/host_vars/neko.yaml index 4542999..c392639 100644 --- a/host_vars/neko.yaml +++ b/host_vars/neko.yaml @@ -26,7 +26,6 @@ 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 abcc71c..56f482f 100644 --- a/host_vars/plex.yaml +++ b/host_vars/plex.yaml @@ -5,4 +5,13 @@ webserver: port: 8080 bigrequests: true https: false -... \ No newline at end of file +netplan: + additionalinterfaces: + - name: "eth1" + dhcp4: false + dhcp6: false + denydns: true + addresses: + - '2001:738:2001:207f:0:211:211:0/64' + gateway6: 'fe80::' +...