feat(pxe): Migrate Ubuntu Jammy I.
[csit.git] / fdio.infra.ansible / roles / nomad / templates / server.hcl.j2
index 663ee3a..f0ab223 100644 (file)
@@ -4,6 +4,9 @@ server {
     {% if nomad_node_server | bool -%}
         bootstrap_expect = {{ nomad_bootstrap_expect }}
     {%- endif %}
+    {% if nomad_node_server | bool -%}
+        raft_protocol = 3
+    {%- endif %}
 
     {% if nomad_authoritative_region is defined %}
         authoritative_region = "{{ nomad_authoritative_region }}"