Mercurial > code > home > repos > infra
diff tasks.py @ 115:8012f6095220
update to current configs
author | drewp@bigasterisk.com |
---|---|
date | Sun, 30 Oct 2022 14:19:46 -0700 |
parents | c520672d0930 |
children | fe3ae7c95e65 |
line wrap: on
line diff
--- a/tasks.py Sat Oct 29 21:34:50 2022 -0700 +++ b/tasks.py Sun Oct 30 14:19:46 2022 -0700 @@ -83,7 +83,7 @@ ctx.run(cmd + 'inventory.py pipe.py --limit pipe', pty=True) @task -def multikube(ctx): +def multikube(ctx): # danger- wipes previous k3s from multikube_config import server_node, nodes ctx.run(cmd + 'inventory.py multikube_wipe.py', pty=True) ctx.run(cmd + f'inventory.py multikube.py --limit {server_node}', pty=True)