Skip to content
Snippets Groups Projects
Commit 271fd8f0 authored by nimrod's avatar nimrod
Browse files

Remove mentions of Vault.

There isn't sensitive here, no vaulted files or data, no need for it.
parent 65899a12
No related branches found
No related tags found
No related merge requests found
Pipeline #185 passed
...@@ -47,6 +47,5 @@ dist/ ...@@ -47,6 +47,5 @@ dist/
*.env *.env
.bundle/ .bundle/
!Pipfile.lock !Pipfile.lock
.vault-pass
site.* site.*
mail.* mail.*
...@@ -9,7 +9,6 @@ ...@@ -9,7 +9,6 @@
- Python 3.6 or greater. - Python 3.6 or greater.
- [pipenv](https://pipenv.readthedocs.io/en/latest/). - [pipenv](https://pipenv.readthedocs.io/en/latest/).
- [direnv](https://direnv.net/) (optional). - [direnv](https://direnv.net/) (optional).
- The Ansible Vault password in `.vault-pass`.
# List of playbooks # List of playbooks
......
...@@ -7,7 +7,6 @@ fact_caching_connection = $HOME/.ansible/facts ...@@ -7,7 +7,6 @@ fact_caching_connection = $HOME/.ansible/facts
inventory = hosts inventory = hosts
gathering = smart gathering = smart
retry_files_save_path = /tmp/ retry_files_save_path = /tmp/
vault_password_file = .vault-pass
[inventory] [inventory]
enable_plugins = yaml enable_plugins = yaml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment