preparing for account services

This commit is contained in:
nazunalika 2021-01-05 14:27:14 -07:00
parent ca80358b46
commit adfb259cbf
2 changed files with 9 additions and 0 deletions

4
ansible/.gitignore vendored
View File

@ -13,3 +13,7 @@ collections/*
# Ignore all vaults
playbooks/vars/vaults/*
!playbooks/vars/vaults/README.md
# Ignore hidden configs
playbooks/templates/secret/*
!playbooks/templates/secret/README.md

View File

@ -0,0 +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
```