From 89598ffb7c849ecd1e09e50a63702efddd236f64 Mon Sep 17 00:00:00 2001 From: Ian Fijolek Date: Tue, 30 Aug 2022 15:12:35 -0700 Subject: [PATCH] Update nomad, consul, vault versions --- nomad/setup-cluster.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/nomad/setup-cluster.yml b/nomad/setup-cluster.yml index ddb00e9..233472a 100644 --- a/nomad/setup-cluster.yml +++ b/nomad/setup-cluster.yml @@ -9,7 +9,7 @@ roles: - role: ansible-consul vars: - consul_version: "1.12.3-1" + consul_version: "1.13.1-1" consul_install_upgrade: true consul_install_from_repo: true consul_os_repo_prerequisites: [] @@ -86,7 +86,7 @@ roles: - name: ansible-vault vars: - vault_version: 1.10.0 + vault_version: 1.11.2-1 vault_install_hashi_repo: true vault_harden_file_perms: true vault_bin_path: /usr/bin @@ -255,8 +255,7 @@ roles: - name: ansible-nomad vars: - nomad_version: "1.3.2-1" - nomad_install_remotely: true + nomad_version: "1.3.4-1" nomad_install_upgrade: true nomad_allow_purge_config: true