services/_ansible/local-dev.yml
Tobias Reisinger 7ff7dfe807
Add basic ansible stuff for management
acme-dns is fully handled by ansible already. All services should be
created by ansible in the end.
2023-06-13 17:59:15 +02:00

11 lines
282 B
YAML

---
- 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