refactor: update service configurations and remove deprecated files
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
block:
|
||||
- name: Set PrivateBin directories
|
||||
ansible.builtin.set_fact:
|
||||
privatebin_data_dir: "{{ '/mnt/services/privatebin' if inventory_hostname == 'mennos-server' else '/mnt/object_storage/services/privatebin' }}"
|
||||
privatebin_data_dir: "/mnt/services/privatebin"
|
||||
privatebin_service_dir: "{{ ansible_env.HOME }}/services/privatebin"
|
||||
|
||||
- name: Create PrivateBin directories
|
||||
|
Reference in New Issue
Block a user