fix: note and warning syntax

Bertrand Lanson 2024-08-29 06:38:32 +00:00
parent 497bb3c9c0
commit 69920e8fb0

@ -141,11 +141,13 @@ ansible-playbook -i inventory/inventory.ini ednz_cloud.hashistack.credentials.ym
This will create and populate `etc/hashistack/secrets/credentials.yml`.
> [!WARNING]: This file contains root tokens and other sensitive credentials for Consul and Nomad clusters. Handle it with care!
> [!WARNING]
> This file contains root tokens and other sensitive credentials for Consul and Nomad clusters. Handle it with care!
Vault credentials will be generated during the Vault cluster bootstrap process and stored in `etc/hashistack/secrets/vault.yml`.
> [!NOTE]: Encrypt these sensitive files before committing them to source control using [ansible-vault](https://docs.ansible.com/ansible/latest/cli/ansible-vault.html) or [sops](https://github.com/getsops/sops).
> [!NOTE]
> Encrypt these sensitive files before committing them to source control using [ansible-vault](https://docs.ansible.com/ansible/latest/cli/ansible-vault.html) or [sops](https://github.com/getsops/sops).
## ✅ Running Preflight Checks and Bootstrap Playbooks