EOX GitLab Instance

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

added role file

parent 53a1ae63
No related branches found
No related tags found
No related merge requests found
......@@ -8,4 +8,14 @@
notify: reconfigure gitlab
tags: gitlab_conf
- name: prometheus role file
lineinfile:
path: /var/lib/prometheus/node-exporter/role.prom
line: 'role{name="gitlab-pages",type="pages server for gitlab"} 1'
regex: '^role{name="grafana".*'
create: yes
owner: root
group: root
mode: 0644
tags: prom_textfile
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment