summaryrefslogtreecommitdiff
path: root/roles/monitoring/prometheus/server/tasks/main.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2021-06-02 01:50:20 +0200
committerChristian Pointner <equinox@spreadspace.org>2021-06-20 01:44:16 +0200
commit43ec757a4cf7bc27f2156c490db67e7c38764d1b (patch)
tree2df35ba66db691f4bedfd13306b6b47286a3758c /roles/monitoring/prometheus/server/tasks/main.yml
parentprometheus: initial serverside config (diff)
prometheus: server CA and certificates
Diffstat (limited to 'roles/monitoring/prometheus/server/tasks/main.yml')
-rw-r--r--roles/monitoring/prometheus/server/tasks/main.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/monitoring/prometheus/server/tasks/main.yml b/roles/monitoring/prometheus/server/tasks/main.yml
index 5c649f34..61660a03 100644
--- a/roles/monitoring/prometheus/server/tasks/main.yml
+++ b/roles/monitoring/prometheus/server/tasks/main.yml
@@ -47,8 +47,8 @@
owner: prometheus
group: prometheus
-## TODO:
-## - create CA and certificate/key
+- name: create TLS CA and certificates
+ import_tasks: tls.yml
- name: generate configuration file
template: