rename to hidden

This commit is contained in:
nazunalika 2021-01-05 14:29:47 -07:00
parent adfb259cbf
commit 9928289f2e
2 changed files with 3 additions and 3 deletions

4
ansible/.gitignore vendored
View File

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

View File

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