Mercurial > code > home > repos > infra
annotate ssh.py @ 329:2bbcf00b8d2a
hgignore and reformat
author | drewp@bigasterisk.com |
---|---|
date | Sun, 23 Feb 2025 15:08:58 -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 |