Skip to content
Snippets Groups Projects
Verified Commit e8b0d14a authored by me5na7qbjqbrp's avatar me5na7qbjqbrp
Browse files

Grafana on :3000

parent 7d1ecd19
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,7 @@
- {from: re2o.crans.org, to: 10.231.136.9}
- {from: intranet.crans.org, to: 10.231.136.9}
- {from: autoconfig.crans.org, to: 10.231.136.46}
- {from: grafana.crans.org, to: 10.231.136.102}
- {from: grafana.crans.org, to: "10.231.136.102:3000"}
- {from: webirc.crans.org, to: "10.231.136.1:9000"}
- {from: framadate.crans.org, to: 10.231.136.153}
......
......@@ -33,13 +33,6 @@
retries: 3
until: apt_result is succeeded
# This capability enables grafana to bind :80
- name: Add cap_net_bind_service to grafana
capabilities:
path: /usr/sbin/grafana-server
capability: cap_net_bind_service+ep
state: present
- name: Configure Grafana
ini_file:
path: /etc/grafana/grafana.ini
......@@ -48,9 +41,6 @@
value: "{{ item.value }}"
mode: 0640
loop:
- section: server
option: http_port
value: "80"
- section: server
option: root_url
value: "{{ grafana_root_url }}"
......
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