fixed user management, incl skel dir

This commit is contained in:
2024-11-25 18:29:17 +01:00
parent 09e2be2ab7
commit fe04b3fe87
5 changed files with 132 additions and 19 deletions

View File

@@ -19,6 +19,8 @@ DEBUG_COMMAND = ansible-playbook debug.yaml $(OPTIONS)
ENV = HCLOUD_TOKEN="$(TOKEN)" SNAPSHOT="$(SNAPSHOT)" ANSIBLE_VERBOSITY=$(verbose)
x:
@echo $(TOKEN)
all: create deploy
@@ -38,7 +40,7 @@ clean:
$(ENV) $(CLEAN_COMMAND)
check:
ansible-playbook -vvv --ask-vault-pass deploy.yaml -i inventory --syntax-check
$(ENV) ansible-playbook deploy.yaml --syntax-check
editvars:
ansible-vault decrypt $(VARS)