initial commit

main
Ricard Illa 2022-08-30 10:00:27 +02:00
commit 94bd089ed0
4 changed files with 8 additions and 0 deletions

6
deploy Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh
ansible-playbook \
--inventory hosts.yml \
"$@" \
deploy.yml

0
deploy.yml Normal file
View File

2
hosts.yml Normal file
View File

@ -0,0 +1,2 @@
all:
hosts:

View File