Start the ssh agent #15

Merged
noah.knegt merged 1 commits from ci-update into master 2023-03-31 10:44:59 +02:00

View File

@@ -36,6 +36,7 @@ steps:
- name: ansible apply - name: ansible apply
image: cytopia/ansible:latest-infra image: cytopia/ansible:latest-infra
commands: commands:
- eval `ssh-agent -s`
- ssh-add /root/.ssh/id_ed25519 - ssh-add /root/.ssh/id_ed25519
- ansible-playbook -i inventory/hosts.yml site.yml - ansible-playbook -i inventory/hosts.yml site.yml
volumes: volumes: