Files
ansible-runner/example-caller-workflow.yaml
master of disaster c962e13dc6
Some checks failed
🐳 Build Ansible Act Runner Image / build (push) Failing after 55s
ansible runner image build
2026-06-11 23:29:27 +02:00

19 lines
517 B
YAML

name: 🚀 Deploy
on:
push:
branches:
- main
workflow_dispatch:
jobs:
deploy:
uses: ansible/ansible-runner/.gitea/workflows/ansible-runner.yaml@main
with:
role_repo: ansible/role-samba # role repository to check out
playbook_path: playbooks/deploy.yml # path inside the role repo
inventory: inventory/raspberries.yaml # optional — this is the default
ansible_extra_args: '--tags install' # optional
secrets:
TOKEN: ${{ secrets.TOKEN }}