Mercurial > code > home > repos > infra
diff net.py @ 162:e3212146960b
ditto networking
author | drewp@bigasterisk.com |
---|---|
date | Thu, 16 Mar 2023 17:48:32 -0700 |
parents | 2065998876e4 |
children | 087b84e68765 |
line wrap: on
line diff
--- a/net.py Thu Mar 16 17:47:59 2023 -0700 +++ b/net.py Thu Mar 16 17:48:32 2023 -0700 @@ -39,8 +39,8 @@ ]) # needs reboot if this changed -if host.name in ['slash', 'dash']: - pass # don't break k3s networking! +if host.name in ['slash', 'dash', 'ditto']: + 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)