feat: replace CIFS configuration with SSHFS setup in Ansible tasks for improved flexibility
Some checks failed
Nix Format Check / check-format (push) Failing after 38s

This commit is contained in:
2025-03-11 21:30:12 +01:00
parent a3b735f373
commit cb4206c3b7
3 changed files with 54 additions and 47 deletions

View File

@@ -7,8 +7,8 @@
state: present
become: true
- name: Include cifs tasks
ansible.builtin.include_tasks: cifs.yml
- name: Include SSHFS tasks
ansible.builtin.include_tasks: sshfs.yml
when: ansible_hostname == "mennos-cloud-server"
- name: Include services tasks