We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2edb589 + 7a8cf24 commit 81dcd04Copy full SHA for 81dcd04
defaults/main.yml
@@ -33,5 +33,6 @@ nomad_client: false
33
nomad_client_node_class: worker
34
nomad_client_host_volumes: []
35
nomad_client_host_networks: []
36
+nomad_client_max_kill_timeout: 5m
37
nomad_docker_auth_enabled: false
38
nomad_docker_auth_file: /root/.docker/config.json
templates/client.hcl.j2
@@ -5,7 +5,7 @@ client {
5
node_class = "{{ nomad_client_node_class }}"
6
7
no_host_uuid = true
8
- max_kill_timeout = "30s"
+ max_kill_timeout = "{{ nomad_client_max_kill_timeout }}"
9
10
{% if nomad_client_network_interface is defined %}
11
network_interface = "{{ nomad_client_network_interface }}"
0 commit comments