CI + Dev-Workspace: disable automatic rollout and setup new Workspace #145
1 changed files with 1 additions and 4 deletions
|
@ -4,15 +4,12 @@ depends_on:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
ansible-playbook:
|
ansible-playbook:
|
||||||
image: quay.io/ansible/creator-ee:v24.2.0
|
image: registry.mgrote.net/ansible-image:master
|
||||||
commands:
|
commands:
|
||||||
# Secrets
|
# Secrets
|
||||||
- echo $${SSHKEY} | base64 -d > ./id_ed25519 # woodpecker verschluckt linebreakes, daher mit base64 -w0 "kodiert"
|
- echo $${SSHKEY} | base64 -d > ./id_ed25519 # woodpecker verschluckt linebreakes, daher mit base64 -w0 "kodiert"
|
||||||
- echo $${VAULTPASS} | base64 -d > ./vault-pass.yml # Name des Secrets in Großschreibung
|
- echo $${VAULTPASS} | base64 -d > ./vault-pass.yml # Name des Secrets in Großschreibung
|
||||||
- chmod 0400 ./id_ed25519
|
- chmod 0400 ./id_ed25519
|
||||||
# Abhängigkeiten
|
|
||||||
- pip install 'pykeepass==4.0.3' --user
|
|
||||||
- ansible-galaxy install -r requirements.yaml
|
|
||||||
# Debug
|
# Debug
|
||||||
- ansible localhost -m debug -a "var={{ lookup('viczem.keepass.keepass', 'restic_repository_password', 'password') }}"
|
- ansible localhost -m debug -a "var={{ lookup('viczem.keepass.keepass', 'restic_repository_password', 'password') }}"
|
||||||
# Doing
|
# Doing
|
||||||
|
|
Loading…
Reference in a new issue