From 9271b84df859878d113f170b6271718144e82b38 Mon Sep 17 00:00:00 2001 From: Thomas Woerner <twoerner@redhat.com> Date: Wed, 19 Oct 2022 15:45:28 +0200 Subject: [PATCH] README-vault: Add new_public_key and new_public_key_file According to the argument_spec new_public_key is an alias for vault_public_key and new_public_key_file is an alias for vault_public_key_file. The aliases have been added. --- README-vault.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README-vault.md b/README-vault.md index b2d3b89f..bff2d229 100644 --- a/README-vault.md +++ b/README-vault.md @@ -222,8 +222,8 @@ Variable | Description | Required `password_file` \| `vault_password_file` \| `old_password_file`| File containing Base64 encoded Vault password. | no `new_password` | Vault new password. | no `new_password_file` | File containing Base64 encoded new Vault password. | no -`public_key ` \| `vault_public_key` \| `ipavaultpublickey` | Base64 encoded vault public key. | no -`public_key_file` \| `vault_public_key_file` | Path to file with public key. | no +`public_key ` \| `vault_public_key` \| `ipavaultpublickey` \| `new_public_key` | Base64 encoded vault public key. | no +`public_key_file` \| `vault_public_key_file` \| `new_public_key_file` | Path to file with public key. | no `private_key `\| `vault_private_key` \| `ipavaultprivatekey` | Base64 encoded vault private key. Used only to retrieve data. | no `private_key_file` \| `vault_private_key_file` | Path to file with private key. Used only to retrieve data. | no `salt` \| `vault_salt` \| `ipavaultsalt` | Vault salt. | no -- GitLab