moved ddns, partkeepr, hass to podman, selinux

This commit is contained in:
Bastian de Byl
2022-04-30 03:44:55 -04:00
parent b228012d5a
commit cb2001357f
61 changed files with 481 additions and 307 deletions

View File

@@ -1,6 +1,17 @@
---
- name: restart_nginx
become: true
ansible.builtin.command: docker restart nginx
- name: restart firewalld
become: true
ansible.builtin.service:
name: nginx
name: firewalld
state: restarted
- name: restorecon nginx
become: true
ansible.builtin.command: restorecon -irv /etc/{{ item }}
with_items:
- nginx
- letsencrypt