From 2a3021d2605e4dd94befb36d7c3895f85649f52f Mon Sep 17 00:00:00 2001 From: William Graef Date: Sat, 11 Jan 2025 11:02:39 -0500 Subject: [PATCH] change passwordless for olam to false as default --- olam/default_vars.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/olam/default_vars.yml b/olam/default_vars.yml index d32bfda..c07210c 100644 --- a/olam/default_vars.yml +++ b/olam/default_vars.yml @@ -19,7 +19,7 @@ block_volume_size_in_gbs: 50 block_count: 1 update_all: false -passwordless_ssh: true +passwordless_ssh: false olam_single_host: false use_olae_only: false use_olam_builder: false