From 271fd8f0bfe84a827e147e6eb94cc33b36a20caa Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Wed, 9 Dec 2020 23:20:30 +0200
Subject: [PATCH] Remove mentions of Vault.

There isn't sensitive here, no vaulted files or data, no need for it.
---
 .gitignore  | 1 -
 README.md   | 1 -
 ansible.cfg | 1 -
 3 files changed, 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index 7701d66..a87090f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -47,6 +47,5 @@ dist/
 *.env
 .bundle/
 !Pipfile.lock
-.vault-pass
 site.*
 mail.*
diff --git a/README.md b/README.md
index 42d4e26..8dcb522 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,6 @@
 - Python 3.6 or greater.
 - [pipenv](https://pipenv.readthedocs.io/en/latest/).
 - [direnv](https://direnv.net/) (optional).
-- The Ansible Vault password in `.vault-pass`.
 
 # List of playbooks
 
diff --git a/ansible.cfg b/ansible.cfg
index 02c5e37..31c5bf8 100644
--- a/ansible.cfg
+++ b/ansible.cfg
@@ -7,7 +7,6 @@ fact_caching_connection = $HOME/.ansible/facts
 inventory = hosts
 gathering = smart
 retry_files_save_path = /tmp/
-vault_password_file = .vault-pass
 
 [inventory]
 enable_plugins = yaml
-- 
GitLab