mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-27 00:05:44 +02:00
Update to 2022-11-08 12:00
This commit is contained in:
@@ -88,7 +88,7 @@ nomad_base_conf:
|
||||
cpu: 200
|
||||
# can be expressed as number, in which case it'll be the amount of RAM to reserve in MB
|
||||
# or as a percentage, in which case it'll be a percentage of the total RAM
|
||||
memory: 15%
|
||||
memory: 8%
|
||||
# When memory is expressed as a percentage, you can set a minimum amount (in MB) which will be set
|
||||
# if the percentage is less than that
|
||||
memory_min: 500
|
||||
@@ -122,6 +122,15 @@ nomad_base_conf:
|
||||
- namespace
|
||||
- node_name
|
||||
- node_id
|
||||
# Authentication for OCI registries
|
||||
# auths:
|
||||
# - registry: oci.example.org
|
||||
# login: foo
|
||||
# password: bar
|
||||
# - registry: docker.io
|
||||
# login: daniel
|
||||
# password: S3cr3t.
|
||||
auths: []
|
||||
raw_exec:
|
||||
enabled: False
|
||||
java:
|
||||
|
Reference in New Issue
Block a user