Mercurial > code > home > repos > infra
diff net.py @ 275:058c312ffdce
new host `pillow`
author | drewp@bigasterisk.com |
---|---|
date | Sat, 23 Mar 2024 14:20:20 -0700 |
parents | 33d2de3d7e70 |
children | 4e424a144183 |
line wrap: on
line diff
--- a/net.py Sun Mar 03 21:03:35 2024 -0800 +++ b/net.py Sat Mar 23 14:20:20 2024 -0700 @@ -39,7 +39,7 @@ ]) # needs reboot if this changed -if host.name in ['slash', 'dash', 'dot', 'squib']: +if host.name in ['slash', 'dash', 'dot', 'squib', 'pillow']: pass # don't break k3s networking! the else-part really breaks it else: server.sysctl(key='net.ipv6.conf.all.disable_ipv6', value=1, persist=True) @@ -102,4 +102,4 @@ # TODO this breaks wg on garage, i think. workaround: if host.name == 'garage': - server.shell('ip -4 address add 10.5.0.14/24 dev wg0') \ No newline at end of file + server.shell('ip -4 address add 10.5.0.14/24 dev wg0')