Mercurial > code > home > repos > infra
diff sync.py @ 275:058c312ffdce
new host `pillow`
author | drewp@bigasterisk.com |
---|---|
date | Sat, 23 Mar 2024 14:20:20 -0700 |
parents | a521d08d2b0d |
children | 0befc8696a07 |
line wrap: on
line diff
--- a/sync.py Sun Mar 03 21:03:35 2024 -0800 +++ b/sync.py Sat Mar 23 14:20:20 2024 -0700 @@ -42,7 +42,7 @@ # primary instance is in k8s (/my/serv/filesync/syncthing); the rest are run with systemd. # Configs are in ~/.config/syncthing/ on each box -if host.name in ['dash', 'dot', 'slash', 'plus', 'bang' ,'ditto']: +if host.name in ['dash', 'dot', 'slash', 'plus', 'bang' ,'ditto', 'pillow']: apt.packages(packages=['syncthing'], present=False) user = 'ari' if host.name == 'dot' else 'drewp'