more work, get rid of jail stuff, using vps directly

This commit is contained in:
2024-11-16 11:16:54 +01:00
parent 9c2c43730a
commit 5a0e645bed
9 changed files with 64 additions and 7 deletions

View File

@@ -14,6 +14,8 @@ DEBUG_COMMAND = ansible-playbook debug.yaml -i inventory
ENV = HCLOUD_TOKEN="$(TOKEN)" SNAPSHOT="$(SNAPSHOT)" ANSIBLE_VERBOSITY=$(verbose)
all: create deploy
debug:
$(ENV) $(DEBUG_COMMAND)
@@ -23,9 +25,6 @@ create:
hosts:
$(ENV) $(HOSTS_COMMAND)
all: create
$(ENV) $(DEPLOY_COMMAND)
deploy:
$(ENV) $(DEPLOY_COMMAND)