Skip to content

Commit

Permalink
Add doc view an encrypted string. update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
anadahz committed Nov 23, 2023
1 parent 0de1b48 commit 60ad99b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 60ad99b

Please sign in to comment.