28 lines
572 B
YAML
28 lines
572 B
YAML
---
|
|
- name: Run roles for local-dev
|
|
vars:
|
|
# Remove inventory
|
|
base_path: "{{ inventory_dir.split('/')[0:-1] | join('/') }}"
|
|
services_path: "{{ (base_path, '_services') | path_join }}"
|
|
caddy_config_path: "{{ (services_path, 'caddy', 'config', 'conf.d') | path_join }}"
|
|
|
|
hosts: local-dev
|
|
roles:
|
|
- common
|
|
|
|
- acme-dns
|
|
- faas
|
|
- forgejo
|
|
- forgejo-runner
|
|
- healthcheck
|
|
- homebox
|
|
- influxdb
|
|
- jellyfin
|
|
- tandoor
|
|
- telegraf
|
|
- tinytinyrss
|
|
- umami
|
|
- uptime-kuma
|
|
- watchtower
|
|
- webdis
|
|
- wiki-js
|