feat: configure Nextcloud to use Hetzner object storage and update data directory path
Some checks failed
Ansible Lint Check / check-ansible (push) Failing after 16s
Nix Format Check / check-format (push) Successful in 59s
Python Lint Check / check-python (push) Failing after 13s

This commit is contained in:
2025-03-14 10:22:22 +01:00
parent 6994c1a24e
commit cf7ff6b2fb
2 changed files with 13 additions and 3 deletions

View File

@@ -4,7 +4,9 @@
- name: Set Nextcloud directories
ansible.builtin.set_fact:
nextcloud_service_dir: "{{ ansible_env.HOME }}/services/nextcloud"
nextcloud_data_dir: "/mnt/object_storage/services/nextcloud"
nextcloud_data_dir: "/mnt/services/nextcloud"
hetzner_access_key: "{{ lookup('community.general.onepassword', 'mfk2qgnaplgtk6xmfc3r6w6neq', vault='j7nmhqlsjmp2r6umly5t75hzb4', field='AWS_ACCESS_KEY_ID') }}"
hetzner_secret_key: "{{ lookup('community.general.onepassword', 'mfk2qgnaplgtk6xmfc3r6w6neq', vault='j7nmhqlsjmp2r6umly5t75hzb4', field='AWS_SECRET_ACCESS_KEY') }}"
- name: Create Nextcloud directory
ansible.builtin.file: