Add encryption role and related files

This commit is contained in:
2024-09-29 16:11:31 +02:00
parent a03aca39df
commit 9ae5a6446b
24 changed files with 299 additions and 332 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
tasks:
- name: Set required facts
ansible.builtin.set_fact:
m3uproxy_home: "/var/lib/m3uproxy"
m3uproxy_home: "{{ persistent_data | default('/var/lib') }}/m3uproxy"
m3uproxy_user_id: 1000
m3uproxy_group_id: 1000
tags: always