ansible-community / ansible-nomad

:watch: Ansible role for Nomad
https://galaxy.ansible.com/brianshumate/nomad
BSD 2-Clause "Simplified" License
299 stars 166 forks source link

Upgrade default raft version to 3 #157

Open dotdiego opened 2 years ago

dotdiego commented 2 years ago

Raft protocol version 2 was deprecated in Nomad 1.3.0 and will be removed from version 1.4.0

It would be nice to have some default values up to date with this.

A solution could be to have the following defaults :

nomad_version < 1.3.0 use Raft 2 nomad_version >= 1.3.0 use Raft 3

dsegurag commented 1 month ago

is anyone currently taking care of this role?