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::' +...