From 9cac16e5af7a2e01ebca5e624528c25d99f68767 Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Mon, 18 May 2020 12:07:49 +0200 Subject: [PATCH] public_keys: Added README --- public_keys/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 public_keys/README.md diff --git a/public_keys/README.md b/public_keys/README.md new file mode 100644 index 0000000..b5b2bde --- /dev/null +++ b/public_keys/README.md @@ -0,0 +1,8 @@ +# `/public_keys` for Ansible project + +This directory is here to store all facts and public keys generated by Ansible on remotes. +In difference to the `/facts` directory, +this directory is here to store each fact in a single file +so Ansible itself and other scripts can use them more easily. +Also, if this directory needs to be restored, +the full current Ansible playbook needs to be run