mirror of
https://github.com/rocky-linux/infrastructure
synced 2024-11-22 05:01:27 +00:00
preparing for account services
This commit is contained in:
parent
ca80358b46
commit
adfb259cbf
4
ansible/.gitignore
vendored
4
ansible/.gitignore
vendored
@ -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
|
||||
|
5
ansible/playbooks/templates/secret/README.md
Normal file
5
ansible/playbooks/templates/secret/README.md
Normal 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
|
||||
```
|
Loading…
Reference in New Issue
Block a user