ansible nomad: install htop
[csit.git] / resources / tools / testbed-setup / ansible / roles / nomad / defaults / main.yaml
index ad8b36e..c24468b 100644 (file)
@@ -10,6 +10,7 @@ packages_base:
   - "git"
   - "libcgroup1"
   - "unzip"
+  - "htop"
 packages_by_distro:
   ubuntu:
     - []
@@ -64,7 +65,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 +85,20 @@ nomad_no_host_uuid: true
 nomad_options: {}
 nomad_servers: []
 
+# Conf - server.hcl
+nomad_bootstrap_expect: 2
+nomad_encrypt: ""
+nomad_retry_join: true
+
+# Conf - telemetry.hcl
+nomad_disable_hostname: false
+nomad_collection_interval: 60s
+nomad_use_node_name: false
+nomad_publish_allocation_metrics: true
+nomad_publish_node_metrics: true
+nomad_backwards_compatible_metrics: false
+nomad_telemetry_provider_parameters:
+  prometheus_metrics: 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: ""