mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-03 23:26:58 +02:00
Update to 2022-09-04 18:00
This commit is contained in:
@@ -7,6 +7,13 @@ ConditionFileNotEmpty={{ nomad_root_dir }}/etc/nomad.hcl
|
||||
|
||||
[Service]
|
||||
EnvironmentFile=-{{ nomad_root_dir }}/etc/nomad.env
|
||||
{% if nomad_conf.consul.ssl and nomad_conf.client.enabled %}
|
||||
Environment=CONSUL_HTTP_SSL=true
|
||||
Environment=CONSUL_HTTP_ADDR=localhost:{{ (consul_services is defined) | ternary(consul_services.https.port, '8501') }}
|
||||
Environment=CONSUL_CACERT={{ nomad_conf.consul.ca_file }}
|
||||
Environment=CONSUL_CLIENT_CERT={{ nomad_conf.consul.cert_file }}
|
||||
Environment=CONSUL_CLIENT_KEY={{ nomad_conf.consul.key_file }}
|
||||
{% endif %}
|
||||
User={{ nomad_user }}
|
||||
Group={{ nomad_user }}
|
||||
ExecStart={{ nomad_root_dir }}/bin/nomad agent -config={{ nomad_root_dir }}/etc/
|
||||
|
Reference in New Issue
Block a user