nginx role for git + music

This commit is contained in:
Mark Janssen 2024-07-18 22:00:48 +02:00
parent d0c1e45196
commit ecf68bd0cf
8 changed files with 51 additions and 33 deletions

View file

@ -2,6 +2,7 @@
- hosts: git
roles:
- common
- acme
- git-server
- { role: "common", tags: [ "common" ] }
- { role: "acme", tags: [ "acme" ] }
- { role: "nginx", tags: [ "nginx" ] }
- { role: "git-server", tags: [ "git-server" ] }