Mercurial > code > home > repos > infra
diff net.py @ 189:ef443257ae9c
new host 'squib'
author | drewp@bigasterisk.com |
---|---|
date | Mon, 12 Jun 2023 13:01:59 -0700 |
parents | 087b84e68765 |
children | 6583e3bb3000 |
line wrap: on
line diff
--- a/net.py Mon Jun 12 13:00:27 2023 -0700 +++ b/net.py Mon Jun 12 13:01:59 2023 -0700 @@ -40,7 +40,7 @@ ]) # needs reboot if this changed -if host.name in ['slash', 'dash', 'ditto']: +if host.name in ['slash', 'dash', 'ditto', 'squib']: 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)