refactor: update service configurations and remove karakeep service
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 47m54s
Nix Format Check / check-format (push) Failing after 37s
Python Lint Check / check-python (push) Has been cancelled

This commit is contained in:
2025-07-21 16:43:00 +02:00
parent 9a2952e192
commit 2a8dad2e20
14 changed files with 38 additions and 135 deletions

View File

@@ -4,7 +4,7 @@
- name: Set WireGuard directories
ansible.builtin.set_fact:
wireguard_service_dir: "{{ ansible_env.HOME }}/services/wireguard"
wireguard_data_dir: "/mnt/object_storage/services/wireguard"
wireguard_data_dir: "/mnt/services/wireguard"
- name: Create WireGuard directory
ansible.builtin.file: