Update .env template and add --diff

This commit is contained in:
2023-10-03 20:45:15 -04:00
parent 63c544d9e9
commit 69c38221ec
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ and services operated by Free I.T. Athens (FRITA).
4. Run `ansible-playbook` against the production servers, e.g.,
```
ansible-playbook -u root -i environments/production --vault-pass-file ./.ansible_vault webserver.yml --check
ansible-playbook -u root -i environments/production --vault-pass-file ./.ansible_vault webserver.yml --diff --check
```
5. Delete the `.ansible_vault` file when you are done

View File

@@ -1,4 +1,4 @@
# {{ ansible_managed }}
{% for key, value in webserver.items() %}
{{ key }}={{ value }}
{% endfor %}
{% endfor %}