Infra: Ansible Nomad II
[csit.git] / resources / tools / testbed-setup / ansible / roles / nomad / defaults / main.yaml
index ad8b36e..0efbc6a 100644 (file)
@@ -64,7 +64,7 @@ nomad_name: "{{ inventory_hostname }}"
 nomad_region: "global"
 nomad_syslog_enable: true
 
-# Conf - base.hcl (TLS)
+# Conf - tls.hcl
 nomad_ca_file: "{{ nomad_ssl_dir }}/ca.pem"
 nomad_cert_file: "{{ nomad_ssl_dir }}/nomad.pem"
 nomad_http: false
@@ -84,20 +84,10 @@ nomad_no_host_uuid: true
 nomad_options: {}
 nomad_servers: []
 
+# Conf - server.hcl
+nomad_bootstrap_expect: 2
+nomad_encrypt: ""
+nomad_retry_join: true
+
 # Conf - custom.hcl
 # empty
-
-# Conf - server.hcl
-#nomad_retry_max: 0
-#nomad_retry_join: false
-#nomad_retry_interval: "30s"
-#nomad_rejoin_after_leave: false
-#nomad_enabled_schedulers:
-#  - service
-#  - batch
-#  - system
-#nomad_num_schedulers: "{{ ansible_processor_vcpus }}"
-#nomad_node_gc_threshold: "24h"
-#nomad_job_gc_threshold: "4h"
-#nomad_eval_gc_threshold: "1h"
-#nomad_encrypt: ""