You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ansible/hosts.example contains example secrets and vars that would be stored in the gitignored hosts file.
Actual secrets should be stored using ansible-vault and a vaultkey, the vaultkey is gitignored and secrets.yml would contain the secrets. Example: ansible/group_vars/web/secrets.yml.
The text was updated successfully, but these errors were encountered:
ansible/hosts.example
contains example secrets and vars that would be stored in the gitignoredhosts
file.Actual secrets should be stored using
ansible-vault
and a vaultkey, the vaultkey is gitignored andsecrets.yml
would contain the secrets. Example:ansible/group_vars/web/secrets.yml
.The text was updated successfully, but these errors were encountered: