We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e154c4 + c9043ff commit 296053eCopy full SHA for 296053e
templates/client.hcl.j2
@@ -25,6 +25,13 @@ client {
25
reserved_ports = "{{ nomad_client_host_network['reserved_ports'] }}"
26
}
27
{% endfor %}
28
+{% if nomad_client_options is defined %}
29
+ options {
30
+{% for key , value in nomad_client_options.items() %}
31
+ {{ key }} = {{ value | string | to_json }}
32
+{% endfor %}
33
+ }
34
+{% endif %}
35
{% if nomad_client_metadata is defined %}
36
meta {
37
{% for key , value in nomad_client_metadata.items() %}
0 commit comments