services/_ansible/local-dev.yml

29 lines
537 B
YAML
Raw Normal View History

---
- name: Run roles for local-dev
vars:
# Remove _ansible and inventory
services_path: "{{ inventory_dir.split('/')[0:-2] | join('/') }}"
caddy_config_path: "{{ (services_path, 'caddy', 'config', 'conf.d') | path_join }}"
hosts: local-dev
roles:
2023-12-14 01:20:13 +00:00
- common
- acme-dns
2023-12-10 22:49:02 +00:00
- coder
- faas
- forgejo
- forgejo-runner
- healthcheck
- homebox
2023-06-17 11:24:02 +00:00
- influxdb
2023-12-10 22:49:02 +00:00
- jellyfin
- tandoor
- telegraf
2023-12-11 00:42:57 +00:00
- tinytinyrss
2023-06-13 18:48:16 +00:00
- umami
2023-12-10 22:49:02 +00:00
- uptime-kuma
2023-06-16 11:15:45 +00:00
- watchtower
2023-12-10 22:49:02 +00:00
- webdis
2023-06-16 11:39:51 +00:00
- wiki-js