mirror of
				https://git.lapiole.org/dani/ansible-roles.git
				synced 2025-10-30 02:11:30 +01:00 
			
		
		
		
	Update to 2023-01-30 17:00
This commit is contained in:
		| @@ -79,6 +79,9 @@ nomad_base_conf: | ||||
|     #     read_only: False | ||||
|     host_volumes: [] | ||||
|  | ||||
|     # The max amount of time to wait for a task to stop, before sending a SIGKILL | ||||
|     max_kill_timeout: 300s | ||||
|  | ||||
|     # An arbitrary string which can be used for job placement | ||||
|     # node_class: prod | ||||
|  | ||||
|   | ||||
| @@ -102,9 +102,10 @@ client { | ||||
|   options { | ||||
|     "driver.allowlist" = "{{ nomad_enabled_task_drivers | join(',') }}" | ||||
|   } | ||||
|  | ||||
|   max_kill_timeout = "{{ nomad_conf.client.max_kill_timeout }}" | ||||
| } | ||||
|  | ||||
| {% if nomad_conf.client.enabled %} | ||||
| {% if 'docker' in nomad_enabled_task_drivers %} | ||||
| plugin "docker" { | ||||
|   config { | ||||
| @@ -131,7 +132,6 @@ plugin "docker" { | ||||
|     ] | ||||
|   } | ||||
| } | ||||
| {% endif %} | ||||
|  | ||||
| plugin "raw_exec" { | ||||
|   config { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Daniel Berteaud
					Daniel Berteaud