Mercurial > code > home > repos > infra
comparison kube.py @ 61:b46df76991b6
10.1 cleanups; verbose settings; address updates
author | drewp@bigasterisk.com |
---|---|
date | Sun, 01 May 2022 23:34:01 -0700 |
parents | f39ada0b8827 |
children | 50100cad1f38 |
comparison
equal
deleted
inserted
replaced
60:a949704defd0 | 61:b46df76991b6 |
---|---|
1 import tempfile | |
1 from pyinfra import host | 2 from pyinfra import host |
2 from pyinfra.facts.files import FindInFile | 3 from pyinfra.facts.files import FindInFile |
3 from pyinfra.facts.server import Arch, LinuxDistribution | 4 from pyinfra.facts.server import Arch, LinuxDistribution |
4 from pyinfra.operations import files, server, systemd | 5 from pyinfra.operations import files, server, systemd |
5 | 6 |