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 ```