ci: debug
This commit is contained in:
parent
9fa3a2fac6
commit
f66b0e6a35
1 changed files with 3 additions and 1 deletions
|
@ -6,11 +6,13 @@ steps:
|
||||||
ansible-playbook:
|
ansible-playbook:
|
||||||
image: quay.io/ansible/creator-ee:v24.2.0
|
image: quay.io/ansible/creator-ee:v24.2.0
|
||||||
commands:
|
commands:
|
||||||
- ansible-lint --version
|
|
||||||
- echo $${VAULTPASS} > ./vault-pass.yml # nach des Secret in Großschreibung
|
- echo $${VAULTPASS} > ./vault-pass.yml # nach des Secret in Großschreibung
|
||||||
- ansible-galaxy install -r requirements.yaml
|
- ansible-galaxy install -r requirements.yaml
|
||||||
- echo $${SSHKEY} > id_ed25519
|
- echo $${SSHKEY} > id_ed25519
|
||||||
- chmod 0400 id_ed25519
|
- chmod 0400 id_ed25519
|
||||||
|
- echo "---"
|
||||||
|
- cat id_ed25519
|
||||||
|
- echo "---"
|
||||||
- ansible-playbook playbooks/2_all.yml playbooks/3_service/* --limit production
|
- ansible-playbook playbooks/2_all.yml playbooks/3_service/* --limit production
|
||||||
# https://woodpecker-ci.org/docs/usage/secrets#use-secrets-in-commands
|
# https://woodpecker-ci.org/docs/usage/secrets#use-secrets-in-commands
|
||||||
secrets: [vaultpass, sshkey]
|
secrets: [vaultpass, sshkey]
|
||||||
|
|
Loading…
Reference in a new issue