added option to disable monitoring and pki

This commit is contained in:
nd 2019-04-13 23:32:58 +02:00
parent 6f47d40424
commit 5846acce89
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9
4 changed files with 11 additions and 5 deletions

View file

@ -1,4 +1,4 @@
---
dependencies:
- { role: monitoring }
- { role: pki-server }
- { role: monitoring, when: nginx.monitoring }
- { role: pki-server, when: nginx.serverpki }