diff options
| author | 2024-04-14 21:30:43 +0200 | |
|---|---|---|
| committer | 2024-04-15 15:01:37 +0200 | |
| commit | 3516f01759dd9136069dc81cdd01cfba2ca7eb00 (patch) | |
| tree | 5f27a66ed9501baeb79d065ac603b2024ec929ba /ansible/README.md | |
| parent | Update vars to have the role name as a prefix (diff) | |
Use Ansible Vault for storing users
Closes #211.
Diffstat (limited to 'ansible/README.md')
| -rw-r--r-- | ansible/README.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ansible/README.md b/ansible/README.md index b823e56..29d6e63 100644 --- a/ansible/README.md +++ b/ansible/README.md @@ -15,3 +15,5 @@ To setup a local environment using VMs for testing, [Read here](./local_testing/ 1. Install project dependencies: `python -m pip install -r requirements.txt` 1. Install the pre-commit hook: `pre-commit install` 1. Create a `vault_passwords` file and write the vault password to it +1. Configure the Ansible Vault git diff driver using `git config --global + diff.ansible-vault.textconv "ansible-vault view"` and `git config diff.ansible-vault.cachetextconv false` |