frigate: Don't store plaintext passwords in config
This commit is contained in:
parent
13e602a76d
commit
acf2853223
4 changed files with 16 additions and 3 deletions
|
@ -71,6 +71,15 @@
|
|||
group: "{{ ansible_wheel }}"
|
||||
notify: Restart frigate
|
||||
|
||||
- name: Create environment config for service
|
||||
ansible.builtin.template:
|
||||
dest: /etc/sysconfig/frigate-container
|
||||
src: frigate-container.sysconfig.j2
|
||||
mode: "0600"
|
||||
owner: root
|
||||
group: "{{ ansible_wheel }}"
|
||||
notify: Restart frigate
|
||||
|
||||
- name: Enable service
|
||||
ansible.builtin.service:
|
||||
name: frigate-container
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue