Commit Graph

2 Commits

Author SHA1 Message Date
77f8866198 Update gitea-token
I've updated my gitea-server and hadn't migrated the tokens over. So,
instead I change this config now.
2025-09-26 01:10:21 +02:00
34226a6d6d Add ability to create ssh-keys and provide it to github and gitea
Here we start to have some delicate secrets in the code. Therefore I
need a vault for ansible. This vault contains the tokens to upload
ssh-keys to github and my lovely gitea server.

Note, that this change also adds a `requirements.yml`, this is necessary
because I use the paramater "api_url" of the github_key resource which
was only added in v11, but the debian ansible was shippped with an older
collection.
2025-09-12 21:37:47 +02:00