From 1d4a116337069931423d6ac9fd94f759848107d9 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Mon, 15 Apr 2024 13:53:12 -0400 Subject: [PATCH] back to 10k --- lib/ansible/config/base.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lib/ansible/config/base.yml b/lib/ansible/config/base.yml index 595c1cc7c70..78aa04dd554 100644 --- a/lib/ansible/config/base.yml +++ b/lib/ansible/config/base.yml @@ -1130,9 +1130,12 @@ DEFAULT_VAULT_PASSWORD_FILE: VAULT_PBKDF2HMAC_ITERATIONS: name: Vault PBKDF2HMAC iterations version_added: '2.18' - description: Default PBKDF2HMAC iteration count to be used by vault + description: + - Default PBKDF2HMAC iteration count to be used by vault. + - Note that all ansible instances doing vault/unvault must agree on this number. + - The recomended value is currently 600.000 but it is kept to 10.000 for backwards compatiblity. type: int - default: 600000 + default: 10000 env: [{name: ANSIBLE_VAULT_PBKDF_ITER}] ini: - {key: pbkdf2hmac_iterations, section: vault}