EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 83433f45 authored by Karl Grube's avatar Karl Grube
Browse files

step work for prometheus

parent ab8e9fec
Branches
No related tags found
No related merge requests found
---
domain_name: "{{ansible_fqdn|replace((ansible_hostname + '.'),'')}}"
......@@ -3,3 +3,16 @@
- import_tasks: all.yml
- include_tasks: "{{ansible_os_family|lower}}.yml"
- name: client certificates
import_role:
name: step_client
vars:
step_client_user: prometheus
step_client_dir: '/etc/ssl/prometheus_client'
step_services:
- 'prometheus'
step_extkey_usage: ["clientAuth"]
step_cn: "prometheus.{{domain_name}}"
dns_names: ['{{ansible_fqdn}}', 'prometheus.{{domain_name}}']
tags: step
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment