Update to 2024-10-08 16:00

This commit is contained in:
Daniel Berteaud
2024-10-08 16:00:13 +02:00
parent c8bd6e6109
commit fc993adf3d
11 changed files with 154 additions and 34 deletions

View File

@@ -221,15 +221,24 @@ nomad_base_conf:
ca_file: "{{ nomad_root_dir }}/tls/consul_ca.crt"
cert_file: "{{ nomad_root_dir }}/tls/consul.crt"
key_file: "{{ nomad_root_dir }}/tls/consul.key"
#service_identity:
# aud: ['consul.io']
# ttl: 1h
#task_identity:
# aud: ['consul.io']
# ttl: 1h
# Vault integration
vault:
enabled: False
create_from_role: nomad-cluster
#create_from_role: nomad-cluster
#address: https://vault.exaple.org:8200
#ca_path: /opt/nomad/tls/vault_ca.crt
#cert_file: /opt/nomad/tls/vault.crt
#key_file: /opt/nomad/tls/vault.key
#default_identity:
# aud: ['vault.io']
# ttl: 1h
# You can override part of the default config without rewriting everything else