ansible runner image build
Some checks failed
🐳 Build Ansible Act Runner Image / build (push) Failing after 55s

This commit is contained in:
master of disaster
2026-06-11 23:29:27 +02:00
parent 159cbfdd8d
commit c962e13dc6
5 changed files with 405 additions and 55 deletions

View File

@@ -0,0 +1,18 @@
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 }}