Mercurial > code > home > repos > infra
diff tasks.py @ 288:3af02e24eaf9
minor
author | drewp@bigasterisk.com |
---|---|
date | Sun, 21 Apr 2024 17:01:13 -0700 |
parents | 3f7ebff619e3 |
children | be6b2695542c |
line wrap: on
line diff
--- a/tasks.py Sun Apr 21 14:03:04 2024 -0700 +++ b/tasks.py Sun Apr 21 17:01:13 2024 -0700 @@ -54,7 +54,7 @@ @task def dns_k8s_check(ctx): - ctx.run('env/bin/python dns_k8s_check.py', pty=True) + ctx.run('pdm run python dns_k8s_check.py', pty=True) @task @@ -68,11 +68,6 @@ @task -def kube_bang(ctx): - _run(ctx, 'kube.py --limit bang') - - -@task def sync(ctx): _run(ctx, 'sync.py') @@ -88,11 +83,6 @@ @task -def pipe(ctx): - ctx.run(cmd + 'inventory.py pipe.py --limit pipe', pty=True) - - -@task def multikube(ctx): # danger- wipes previous k3s from multikube_config import server_node, nodes ctx.run(cmd + 'inventory.py multikube_wipe.py', pty=True)