ci: debug ansible-vault
Some checks failed
ci/woodpecker/push/gitleaks Pipeline was successful
ci/woodpecker/push/ansible-lint Pipeline was successful
ci/woodpecker/push/ansible-playbook Pipeline failed

This commit is contained in:
Michael Grote 2024-07-09 21:56:40 +02:00
parent c2c8a67c97
commit 931bb4c2c5

View file

@ -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"