Remove woodpecker
This commit is contained in:
parent
4b674f88fb
commit
d3dbb105aa
1 changed files with 0 additions and 18 deletions
|
@ -1,18 +0,0 @@
|
||||||
when:
|
|
||||||
- event: push
|
|
||||||
branch: main
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: build
|
|
||||||
image: local/builder
|
|
||||||
|
|
||||||
commands:
|
|
||||||
- mkdir /root/.ssh && chmod 0700 /root/.ssh
|
|
||||||
- echo $SSH_KEY | base64 --decode >> /root/.ssh/id_rsa
|
|
||||||
- chmod 0600 /root/.ssh/id_rsa
|
|
||||||
- cd /ansible
|
|
||||||
- touch ./.vault_password
|
|
||||||
- echo $VAULT_PASSWORD >> ./.vault_password
|
|
||||||
- ansible-playbook -i homelab.ini --extra-vars "ansible_sudo_pass=$ansible_password" setup.yml
|
|
||||||
secrets: [ SSH_KEY, ansible_password, VAULT_PASSWORD ]
|
|
||||||
|
|
Loading…
Reference in a new issue