about summary refs log tree commit diff
path: root/modules/secrets (follow)
Commit message (Collapse)AuthorAgeFilesLines
* secrets: we can specify which user owns itFranck Cuny2022-04-131-2/+7
|
* secrets: delete duplicated filesFranck Cuny2022-04-137-52/+0
|
* secrets: move the actual secrets with hosts configFranck Cuny2022-04-132-11/+12
| | | | | | Having the secrets closer to the host is easier to manage. At the moment I don't have secrets that are shared across multiple hosts, so that's an OK approach.
* secrets: fix the path to the ssh keyFranck Cuny2022-04-131-4/+3
|
* secrets: load ssh key only if it existsFranck Cuny2022-04-131-1/+1
|
* secrets: move all the secrets under module/Franck Cuny2022-04-109-0/+76
Refactor a bit the configuration, which should simplify the management and usage of secrets from now on.