From 60ad99b7554d3f83d3b2e334ac884f67a20f9813 Mon Sep 17 00:00:00 2001 From: anadahz Date: Thu, 23 Nov 2023 12:47:04 +0000 Subject: [PATCH] Add doc view an encrypted string. update doc --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 19b74f3..8440f07 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ The following command updates all servers distributions (including mailcow): Similarly the following command will reboot the servers if required: -`cd ansible && ansible-playbook -i inventory/production deploy-update.yml -e reboot_enabled=true` +`cd ansible ; ansible-playbook -i inventory/production deploy-update.yml -e reboot_enabled=true` ### Deploy BigBlueButton @@ -158,6 +158,12 @@ mv ansible/gpg/vault_pass.gpg ansible/gpg/vault_pass_old.gpg && \ rm ansible/gpg/vault_pass_old.gpg ``` +### View an encrypted string + +Using the debug module you can view the encrypted variable: + +`cd ansible ; ansible -i inventory/testing -m debug -a var='VARIABLE' all` + ## Help Useful commands and documentation to help you debug and test roles.