aboutsummaryrefslogtreecommitdiff
path: root/modules/secrets (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-04-13secrets: we can specify which user owns itFranck Cuny1-2/+7
2022-04-13secrets: delete duplicated filesFranck Cuny7-52/+0
2022-04-13secrets: move the actual secrets with hosts configFranck Cuny2-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.
2022-04-13secrets: fix the path to the ssh keyFranck Cuny1-4/+3
2022-04-13secrets: load ssh key only if it existsFranck Cuny1-1/+1
2022-04-10secrets: move all the secrets under module/Franck Cuny9-0/+76
Refactor a bit the configuration, which should simplify the management and usage of secrets from now on.