generiek nginx role #2

Merged
foobar merged 8 commits from nginx-role-rework into main 2024-07-18 22:06:22 +02:00
4 changed files with 7 additions and 7 deletions
Showing only changes of commit d8efc9cb12 - Show all commits

View file

@ -3,4 +3,4 @@
- hosts: debian
gather_facts: true
roles:
- common
- { role: "common", tags: [ "common" ] }

View file

@ -2,5 +2,5 @@
- hosts: fotos
roles:
- common
- photos
- { role: "common", tags: [ "common" ] }
- { role: "photos", tags: [ "photos" ] }

View file

@ -2,5 +2,5 @@
- hosts: git-ci
roles:
- common
- git-ci
- { role: "common", tags: [ "common" ] }
- { role: "git-ci", tags: [ "git-ci" ] }

View file

@ -2,5 +2,5 @@
- hosts: services
roles:
- common
- services
- { role: "common", tags: [ "common" ] }
- { role: "services", tags: [ "services" ] }