mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-29 18:55:34 +02:00
Update to 2024-10-08 16:00
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user