File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
templates/etc/gitlab-runner Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -114,6 +114,13 @@ 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_bind : ' 0.0.0.0:9252'
122+ gitlab_runner__metrics : False
123+
117124 # ]]]
118125# .. envvar:: gitlab_runner__domain [[[
119126#
Original file line number Diff line number Diff line change 11# {{ ansible_managed }}
22
33concurrent = {{ gitlab_runner__concurrent }}
4+ {% if gitlab_runner__metrics | d () | bool %}
5+ metrics_server = {{ gitlab_runner__metrics_bind }}
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