2024-04-01 21:59:48 +00:00
|
|
|
---
|
2024-08-17 12:05:44 +00:00
|
|
|
###################
|
|
|
|
# General options #
|
|
|
|
###################
|
2024-04-01 21:59:48 +00:00
|
|
|
|
|
|
|
enable_vault: "yes"
|
|
|
|
enable_consul: "yes"
|
2024-05-05 17:41:29 +00:00
|
|
|
enable_nomad: "yes"
|
2024-04-01 21:59:48 +00:00
|
|
|
|
2024-06-25 13:16:42 +00:00
|
|
|
nomad_version: "1.8.1"
|
2024-05-05 17:41:29 +00:00
|
|
|
consul_version: "1.18.1"
|
|
|
|
vault_version: "1.16.2"
|
2024-04-01 21:59:48 +00:00
|
|
|
|
2024-05-05 17:41:29 +00:00
|
|
|
api_interface: "eth0"
|
2024-04-01 21:59:48 +00:00
|
|
|
api_interface_address: "{{ ansible_facts[api_interface]['ipv4']['address'] }}"
|
|
|
|
|
2024-07-14 14:18:45 +00:00
|
|
|
###################
|
|
|
|
# logging options #
|
|
|
|
###################
|
|
|
|
|
|
|
|
enable_log_to_file: true
|
|
|
|
|
2024-08-17 14:47:38 +00:00
|
|
|
########################
|
|
|
|
# internal tls options #
|
|
|
|
########################
|
|
|
|
|
|
|
|
enable_tls_internal: false
|
|
|
|
internal_tls_externally_managed_certs: false
|
2024-08-17 12:05:44 +00:00
|
|
|
##########
|
|
|
|
# Consul #
|
|
|
|
##########
|
2024-04-01 21:59:48 +00:00
|
|
|
|
2024-09-15 19:36:29 +00:00
|
|
|
# hashistack_consul_domain: consul
|
|
|
|
# hashistack_consul_datacenter: dc1
|
|
|
|
# hashistack_consul_primary_datacenter: "{{ consul_datacenter }}"
|
|
|
|
# hashistack_consul_gossip_encryption_key: "{{ _credentials.consul.gossip_encryption_key }}"
|
|
|
|
# hashistack_consul_enable_script_checks: false
|
|
|
|
|
|
|
|
# hashistack_consul_extra_files_list: []
|
|
|
|
# hashistack_consul_extra_configuration: {}
|
2024-04-01 21:59:48 +00:00
|
|
|
|
2024-09-15 19:36:29 +00:00
|
|
|
# hashistack_consul_enable_tls: "{{ enable_tls_internal }}"
|
2024-04-06 21:47:35 +00:00
|
|
|
|
2024-09-15 19:36:29 +00:00
|
|
|
# hashistack_consul_log_level: info
|
2024-05-05 00:37:29 +00:00
|
|
|
|
2024-08-17 12:05:44 +00:00
|
|
|
#########
|
|
|
|
# Vault #
|
|
|
|
#########
|
2024-04-01 21:59:48 +00:00
|
|
|
|
2024-09-11 20:20:53 +00:00
|
|
|
# hashistack_vault_cluster_name: vault
|
|
|
|
# hashistack_vault_bind_addr: "0.0.0.0"
|
|
|
|
# hashistack_vault_cluster_addr: "{{ api_interface_address }}"
|
|
|
|
# hashistack_vault_enable_ui: true
|
|
|
|
# hashistack_vault_disable_mlock: false
|
|
|
|
# hashistack_vault_disable_cache: false
|
2024-04-01 21:59:48 +00:00
|
|
|
|
2024-09-11 20:20:53 +00:00
|
|
|
# hashistack_vault_extra_files_list: []
|
|
|
|
# hashistack_vault_extra_configuration: {}
|
2024-04-01 21:59:48 +00:00
|
|
|
|
2024-09-11 20:20:53 +00:00
|
|
|
# hashistack_vault_enable_tls: "{{ enable_tls_internal }}"
|
2024-04-01 21:59:48 +00:00
|
|
|
|
2024-09-11 20:20:53 +00:00
|
|
|
# hashistack_vault_enable_service_registration: "{{ enable_consul | bool }}"
|
2024-04-01 21:59:48 +00:00
|
|
|
|
2024-09-11 20:20:53 +00:00
|
|
|
# hashistack_vault_enable_plugins: false
|
2024-04-01 21:59:48 +00:00
|
|
|
|
2024-09-11 20:20:53 +00:00
|
|
|
# hashistack_vault_log_level: info
|
2024-04-01 21:59:48 +00:00
|
|
|
|
2024-08-17 12:05:44 +00:00
|
|
|
#########
|
|
|
|
# Nomad #
|
|
|
|
#########
|
2024-04-01 21:59:48 +00:00
|
|
|
|
2024-09-11 20:20:53 +00:00
|
|
|
# hashistack_nomad_region: global
|
|
|
|
# hashistack_nomad_datacenter: dc1
|
2024-07-02 21:06:16 +00:00
|
|
|
|
2024-09-11 20:20:53 +00:00
|
|
|
# hashistack_nomad_extra_files_list: []
|
|
|
|
# hashistack_nomad_extra_configuration: {}
|
2024-07-02 21:06:16 +00:00
|
|
|
|
2024-09-11 20:20:53 +00:00
|
|
|
# hashistack_nomad_autopilot_configuration: {}
|
2024-07-02 21:06:16 +00:00
|
|
|
|
2024-09-11 20:20:53 +00:00
|
|
|
# hashistack_nomad_driver_enable_docker: true
|
|
|
|
# hashistack_nomad_driver_enable_podman: false
|
|
|
|
# hashistack_nomad_driver_enable_raw_exec: false
|
|
|
|
# hashistack_nomad_driver_enable_java: false
|
|
|
|
# hashistack_nomad_driver_enable_qemu: false
|
2024-07-10 17:32:59 +00:00
|
|
|
|
2024-09-11 20:20:53 +00:00
|
|
|
# hashistack_nomad_driver_configuration: {}
|
2024-07-10 17:32:59 +00:00
|
|
|
|
2024-09-11 20:20:53 +00:00
|
|
|
# hashistack_nomad_log_level: info
|
2024-07-02 21:06:16 +00:00
|
|
|
|
2024-09-11 20:20:53 +00:00
|
|
|
# hashistack_nomad_enable_tls: "{{ enable_tls_internal }}"
|