ci: debug ansible-vault
This commit is contained in:
parent
c2c8a67c97
commit
931bb4c2c5
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@ steps:
|
|||
ansible-playbook:
|
||||
image: quay.io/ansible/creator-ee:v24.2.0
|
||||
commands:
|
||||
- echo DEBUG
|
||||
- ansible localhost -m debug -a "var={{ lookup('keepass', 'restic_repository_password', 'password') }}"
|
||||
- echo $${VAULTPASS} | base64 -d > ./vault-pass.yml # Name des Secrets in Großschreibung
|
||||
- ansible-galaxy install -r requirements.yaml
|
||||
- echo $${SSHKEY} | base64 -d > ./id_ed25519 # woodpecker verschluckt linebreakes, daher mit base64 -w0 "kodiert"
|
||||
|
|
Loading…
Reference in a new issue