CI + Dev-Workspace: disable automatic rollout and setup new Workspace #145
2 changed files with 2 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -1,5 +1,5 @@
|
||||||
.git/
|
.git/
|
||||||
vault-pass.yml
|
vault-pass
|
||||||
id_ed25519
|
id_ed25519
|
||||||
id_ed25519.pub
|
id_ed25519.pub
|
||||||
roles/ansible-role-pip
|
roles/ansible-role-pip
|
||||||
|
|
|
@ -8,7 +8,7 @@ steps:
|
||||||
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 # Name des Secrets in Großschreibung
|
||||||
- chmod 0400 ./id_ed25519
|
- chmod 0400 ./id_ed25519
|
||||||
# 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') }}"
|
||||||
|
|
Loading…
Reference in a new issue