Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | secrets: delete duplicated files | Franck Cuny | 2022-04-13 | 7 | -52/+0 |
| | |||||
* | secrets: move the actual secrets with hosts config | Franck Cuny | 2022-04-13 | 2 | -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 key | Franck Cuny | 2022-04-13 | 1 | -4/+3 |
| | |||||
* | secrets: load ssh key only if it exists | Franck Cuny | 2022-04-13 | 1 | -1/+1 |
| | |||||
* | secrets: move all the secrets under module/ | Franck Cuny | 2022-04-10 | 9 | -0/+76 |
Refactor a bit the configuration, which should simplify the management and usage of secrets from now on. |