Mercurial > code > home > repos > infra
annotate ssh.py @ 332:d4893670f888 default tip
WIP: use watchdog reboot timer on pi
author | drewp@bigasterisk.com |
---|---|
date | Thu, 27 Feb 2025 11:09:29 -0800 |
parents | 5b88b38f2471 |
children |
rev | line source |
---|---|
326
5b88b38f2471
huge reorg, reog toplevel functions in preparation of a ui with nice task lists
drewp@bigasterisk.com
parents:
289
diff
changeset
|
1 from pyinfra.context import host |
12 | 2 from pyinfra.facts.server import LinuxDistribution |
3 from pyinfra.operations import files, systemd |