Compare commits
1 Commits
4163b06659
...
vibe/batch
| Author | SHA1 | Date | |
|---|---|---|---|
| 1a1d7da329 |
@@ -36,6 +36,11 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# WARNING : this disables AND wipes ALL gitea_cicd_* per-app JWT roles
|
||||||
|
# (created by tools/hashicorp-vault/iac/) every time it runs. Default is OFF
|
||||||
|
# to preserve those roles across normal ansible runs ; opt-in only when you
|
||||||
|
# really want to rebuild the OIDC backend from scratch (e.g. config drift on
|
||||||
|
# bound_issuer or similar).
|
||||||
- name: Delete existing Gitea OIDC backends if they exist
|
- name: Delete existing Gitea OIDC backends if they exist
|
||||||
include_tasks: vault_cmd.yml
|
include_tasks: vault_cmd.yml
|
||||||
vars:
|
vars:
|
||||||
@@ -48,6 +53,7 @@
|
|||||||
- gitea_jwt
|
- gitea_jwt
|
||||||
loop_control:
|
loop_control:
|
||||||
loop_var: backend_name
|
loop_var: backend_name
|
||||||
|
when: vault_oidc_force_reset | default(false) | bool
|
||||||
|
|
||||||
- name: use tofu to provision vault
|
- name: use tofu to provision vault
|
||||||
block:
|
block:
|
||||||
|
|||||||
Reference in New Issue
Block a user