ansible: playbook for postgres and gitea

This commit is contained in:
2024-07-18 10:36:12 +02:00
parent 0e2ea5cb36
commit f4b54d2941
25 changed files with 408 additions and 54 deletions

View File

@@ -7,4 +7,5 @@ if [ "$(id -u)" = '0' ]; then
fi
# Exécuter le reste des commandes en tant que non-root
for col in `find /home/arcodange/code/ -name galaxy.yml`; do ansible-galaxy collection install `dirname $col`; done
exec "$@"