mirror of
https://github.com/rocky-linux/infrastructure
synced 2024-11-22 05:01:27 +00:00
rename to hidden
This commit is contained in:
parent
adfb259cbf
commit
9928289f2e
4
ansible/.gitignore
vendored
4
ansible/.gitignore
vendored
@ -15,5 +15,5 @@ playbooks/vars/vaults/*
|
|||||||
!playbooks/vars/vaults/README.md
|
!playbooks/vars/vaults/README.md
|
||||||
|
|
||||||
# Ignore hidden configs
|
# Ignore hidden configs
|
||||||
playbooks/templates/secret/*
|
playbooks/templates/hidden/*
|
||||||
!playbooks/templates/secret/README.md
|
!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.
|
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
|
||||||
```
|
```
|
Loading…
Reference in New Issue
Block a user