frigate: Don't store plaintext passwords in config

This commit is contained in:
Timo Makinen 2024-06-25 16:13:35 +00:00
parent 13e602a76d
commit acf2853223
4 changed files with 16 additions and 3 deletions

View file

@ -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