diff options
author | Emil Renner Berthing <esmil@labitat.dk> | 2020-03-03 19:37:06 +0100 |
---|---|---|
committer | Emil Renner Berthing <esmil@labitat.dk> | 2020-03-03 19:37:08 +0100 |
commit | ebd0d4d88d471f6729504ff839dc63b5ed617c53 (patch) | |
tree | b5f2571b76c1420da6ff2d90555b3ae0d4a91cd7 /roles/jumbotron | |
parent | d8e2b7c89db02b75f31dca6c104850248685c670 (diff) | |
download | labitat-ansible-ebd0d4d88d471f6729504ff839dc63b5ed617c53.tar.gz labitat-ansible-ebd0d4d88d471f6729504ff839dc63b5ed617c53.tar.xz labitat-ansible-ebd0d4d88d471f6729504ff839dc63b5ed617c53.zip |
jumbotron: disable IPv6 privacy extensions
..so we can make sure the jumbotron always takes
the same IPv6 address and we can whitelist it
in the firewall.
Diffstat (limited to 'roles/jumbotron')
-rw-r--r-- | roles/jumbotron/files/eth0.network | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/jumbotron/files/eth0.network b/roles/jumbotron/files/eth0.network index 3e351ea..bb1faf5 100644 --- a/roles/jumbotron/files/eth0.network +++ b/roles/jumbotron/files/eth0.network @@ -4,3 +4,4 @@ Name=eth0 [Network] DHCP=yes IPv6AcceptRA=yes +IPv6PrivacyExtensions=no |