ci: debug
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 22:01:22 +02:00
parent 931bb4c2c5
commit a7a052df6c

View file

@ -6,9 +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 localhost -m debug -a "var={{ lookup('keepass', 'restic_repository_password', 'password') }}"
- ansible-galaxy install -r requirements.yaml
- echo $${SSHKEY} | base64 -d > ./id_ed25519 # woodpecker verschluckt linebreakes, daher mit base64 -w0 "kodiert"
- chmod 0400 ./id_ed25519