diff options
author | 2022-08-03 08:23:07 +0000 | |
---|---|---|
committer | 2022-08-03 08:23:07 +0000 | |
commit | 85c1981890622d4d6abb6836ca2783fc99eb4edc (patch) | |
tree | 84104269657b32668528c105395587bfc0640ae8 /fdio.infra.ansible/roles/nomad/templates | |
parent | 82b34c726b4eb93fbb8ca48b491dd7da65cb813b (diff) |
feat(ansible): Migrate Ubuntu Jammy IV.
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Change-Id: Ia48ee3f9bbcdfd7b85968362b1fb7f816dcd97be
Diffstat (limited to 'fdio.infra.ansible/roles/nomad/templates')
-rw-r--r-- | fdio.infra.ansible/roles/nomad/templates/server.hcl.j2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fdio.infra.ansible/roles/nomad/templates/server.hcl.j2 b/fdio.infra.ansible/roles/nomad/templates/server.hcl.j2 index f0ab223319..570d92e0c1 100644 --- a/fdio.infra.ansible/roles/nomad/templates/server.hcl.j2 +++ b/fdio.infra.ansible/roles/nomad/templates/server.hcl.j2 @@ -4,6 +4,7 @@ server { {% if nomad_node_server | bool -%} bootstrap_expect = {{ nomad_bootstrap_expect }} {%- endif %} + {% if nomad_node_server | bool -%} raft_protocol = 3 {%- endif %} |