forked from bitlair/ansible
WIP: generiek nginx role
This commit is contained in:
parent
ea3b17ef2d
commit
8df1cba71c
14 changed files with 278 additions and 15 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
- hosts: monitoring
|
||||
roles:
|
||||
- common
|
||||
- acme
|
||||
- monitoring
|
||||
- { role: "common", tags: [ "common" ] }
|
||||
- { role: "acme", tags: [ "acme" ] }
|
||||
- { role: "nginx", tags: [ "nginx" ] }
|
||||
- { role: "monitoring", tags: [ "monitoring" ] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue