Added ssh config (for accessing kobayashi chat)

This commit is contained in:
2024-12-13 18:39:21 +01:00
parent c7b89345bf
commit 862f2567b1
6 changed files with 41 additions and 4 deletions

View File

@@ -33,7 +33,9 @@ create:
hosts:
$(ENV) $(HOSTS_COMMAND)
# remove ssh control point, which may lead to hangs if wifi breaks during deployment
deploy:
rm -rf ~/.ansible/cp/*
$(ENV) $(DEPLOY_COMMAND)
clean: