pipeline: test: image: git.dreamfall.space/thrrgilag/ansible-builder secrets: [ igor_key ] commands: - echo $IGOR_KEY > /tmp/privateKey - ANSIBLE_HOST_KEY_CHECKING=False ansible-playbook --inventory hosts.ini --private-key /tmp/privateKey --user igor main.yml