updated graylog, firewall, hass

This commit is contained in:
Bastian de Byl
2024-07-31 16:29:07 -04:00
parent 184cd2574d
commit ed7ef3ba26
6 changed files with 224 additions and 31 deletions

View File

@@ -15,6 +15,7 @@
- name: copy configuration and automations
become: true
ansible.builtin.copy:
backup: true
src: "files/hass/{{ item }}"
dest: "{{ hass_path }}/config/{{ item }}"
owner: "{{ podman_user }}"