feat: add environment variables
This commit is contained in:
parent
24bc640fc9
commit
f2e3f37201
7 changed files with 48 additions and 0 deletions
templates
6
templates/environment.conf.j2
Normal file
6
templates/environment.conf.j2
Normal file
|
@ -0,0 +1,6 @@
|
|||
# {{ ansible_managed }}
|
||||
|
||||
[Service]
|
||||
{% for env, value in gitlab_runner_env_variables.items() %}
|
||||
Environment="{{ env }}={{ value }}"
|
||||
{% endfor %}
|
Loading…
Add table
Add a link
Reference in a new issue