From 9928289f2e699e8c1efcddc0d4677abddc82feee Mon Sep 17 00:00:00 2001 From: nazunalika Date: Tue, 5 Jan 2021 14:29:47 -0700 Subject: [PATCH] rename to hidden --- ansible/.gitignore | 4 ++-- ansible/playbooks/templates/{secret => hidden}/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename ansible/playbooks/templates/{secret => hidden}/README.md (88%) diff --git a/ansible/.gitignore b/ansible/.gitignore index bdea95e..f7a4281 100644 --- a/ansible/.gitignore +++ b/ansible/.gitignore @@ -15,5 +15,5 @@ playbooks/vars/vaults/* !playbooks/vars/vaults/README.md # Ignore hidden configs -playbooks/templates/secret/* -!playbooks/templates/secret/README.md +playbooks/templates/hidden/* +!playbooks/templates/hidden/README.md diff --git a/ansible/playbooks/templates/secret/README.md b/ansible/playbooks/templates/hidden/README.md similarity index 88% rename from ansible/playbooks/templates/secret/README.md rename to ansible/playbooks/templates/hidden/README.md index b451565..d0302d2 100644 --- a/ansible/playbooks/templates/secret/README.md +++ b/ansible/playbooks/templates/hidden/README.md @@ -1,5 +1,5 @@ These contain configs that are considered "secret" and should not be part of any git commits. This directory still follows the basic format of where the file will be located. ``` -secrets/etc/somefile.cfg +hidden/etc/somefile.cfg ```