File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
templates/etc/gitlab-runner Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -114,6 +114,12 @@ gitlab_runner__concurrent: '{{ ansible_processor_vcpus
114114 (ansible_local.docker.installed|d()) | bool)
115115 else "1" }}'
116116
117+ # ]]]
118+ # .. envvar:: gitlab_runner__metrics [[[
119+ #
120+ # Activate Gitlab metrics server, .
121+ # gitlab_runner__metrics: '0.0.0.0:9252'
122+
117123 # ]]]
118124# .. envvar:: gitlab_runner__domain [[[
119125#
Original file line number Diff line number Diff line change 11# {{ ansible_managed }}
22
33concurrent = {{ gitlab_runner__concurrent }}
4+ {% if gitlab_runner__metrics %}
5+ metrics_server = {{ gitlab_runner__metrics }}
6+ {% endif %}
47
58{% set gitlab_runner__tpl_instances = [] %}
69{% set gitlab_runner__tpl_instance_tokens = [] %}
You can’t perform that action at this time.
0 commit comments