mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2022-10-11 13:00
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
---
|
||||
|
||||
# Version of Nomad to install
|
||||
nomad_version: 1.3.5
|
||||
nomad_version: 1.4.1
|
||||
# URL of the archive
|
||||
nomad_archive_url: https://releases.hashicorp.com/nomad/{{ nomad_version }}/nomad_{{ nomad_version }}_linux_amd64.zip
|
||||
# Expected sha256 of the archive
|
||||
nomad_archive_sha256: a4bf189e6a84c4bc7d6090529c87b32e6b4b09b47163514d33305aa867d7c4dc
|
||||
nomad_archive_sha256: f9327818a97fc2f29b6a9283c3175cd13ba6c774c15ee5683035c23b9a3640fa
|
||||
|
||||
# List of plugins to install
|
||||
nomad_plugins:
|
||||
@@ -114,6 +114,14 @@ nomad_base_conf:
|
||||
enabled: False
|
||||
# You can set a list of caps allowed for containers. The default is the same set of caps than Docker, minus net_raw
|
||||
# allow_caps: ["audit_write", "chown", "dac_override", "fowner", "fsetid", "kill", "mknod", "net_bind_service", "setfcap", "setgid", "setpcap", "setuid", "sys_chroot"]
|
||||
# List of extra labels to add to containers
|
||||
extra_labels:
|
||||
- job_name
|
||||
- task_group_name
|
||||
- task_name
|
||||
- namespace
|
||||
- node_name
|
||||
- node_id
|
||||
raw_exec:
|
||||
enabled: False
|
||||
java:
|
||||
|
Reference in New Issue
Block a user