kind: pipeline type: docker name: default trigger: branch: - main event: include: - push - cron - custom steps: - name: Run Ansible image: registry.tobiasmanske.de/ansible-runner:latest pull: always commands: - cd coreos-config - ansible-playbook --private-key /ssh_key --inventory=inventory.yaml playbook.yaml node: ansible: true image_pull_secrets: - registry