Make consul raft v3 explicit

This commit is contained in:
IamTheFij 2022-11-10 10:19:07 -08:00
parent e707f2a790
commit ae5f4d61fb
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@
consul_os_repo_prerequisites: []
consul_node_role: server
consul_raft_protocol: 3
consul_bootstrap_expect: true
consul_bootstrap_expect_value: "{{ [(play_hosts | length), 3] | min }}"