diff --git a/linux/patching.yml b/linux/patching.yml index 01801af1..96b31cf7 100644 --- a/linux/patching.yml +++ b/linux/patching.yml @@ -45,6 +45,16 @@ name: firewalld state: started + - name: Enable firewall http service + ansible.posix.firewalld: + service: '{{ item }}' + state: enabled + immediate: true + permanent: true + loop: + - http + - https + - name: Build report server ansible.builtin.include_role: name: "{{ item }}"