---
- 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:
    - acme-dns
    - gitea
    - gitea-runner
    - influxdb
    - umami
    - watchtower
    - wiki-js

    - caddy