initial commit

This commit is contained in:
2024-11-06 19:51:04 +01:00
commit a5ab199dc8
7 changed files with 49 additions and 0 deletions

7
Makefile Normal file
View File

@@ -0,0 +1,7 @@
.PHONY: all deploy check
deploy:
ansible-playbook -vvv --ask-vault-pass server-role.yaml -i inventory
check:
ansible-playbook -vvv --ask-vault-pass server-role.yaml -i inventory --syntax-check