/
/
/
1---
2# Runner Services Role - Meta Information
3
4galaxy_info:
5 role_name: runner
6 author: Server Automation Framework
7 description: |
8 Comprehensive multi-service deployment role for containerized applications.
9 Deploys and manages Frigate (CCTV), Immich (photos), Forgejo (Git),
10 Stirling-PDF (document processing), Tandoor (recipes), and Ghost CMS
11 with NFS storage integration and comprehensive monitoring.
12
13 license: MIT
14
15 min_ansible_version: '2.10'
16
17 platforms:
18 - name: Ubuntu
19 versions:
20 - '20.04'
21 - '22.04'
22 - '24.04'
23 - name: Debian
24 versions:
25 - '11'
26 - '12'
27
28 galaxy_tags:
29 - docker
30 - containers
31 - services
32 - nfs
33 - media
34 - git
35 - cms
36 - cctv
37 - photos
38 - pdf
39 - recipes
40 - monitoring
41 - backup
42
43dependencies: []
44
45collections:
46 - community.docker
47 - ansible.posix