configure vault oidc login and cicd jwt login

This commit is contained in:
2024-10-07 17:24:25 +02:00
parent 5beaee60ac
commit 50399328dc
17 changed files with 271 additions and 28 deletions

View File

@@ -2,4 +2,6 @@ gitea_username: arcodange
gitea_organization: arcodange-org
# URL de base du serveur Gitea
gitea_base_url: http://{{ groups.gitea[0] }}:3000
gitea_base_url: http://{{ groups.gitea[0] }}:3000
gitea_token_fact_name: arcodange_factory_gitea_sync_token

View File

@@ -16,10 +16,6 @@
status_code: 200
register: gitlab_repos
- name: Generate Gitea Token
include_role:
name: arcodange.factory.gitea_token
- name: Lister les dépôts de l'organisation Gitea
uri:
url: "{{ gitea_base_url }}/api/v1/orgs/{{ gitea_organization }}/repos"