diff --git a/debian12-basic.yml b/debian12-basic.yml index 6f416cf..a034048 100644 --- a/debian12-basic.yml +++ b/debian12-basic.yml @@ -67,7 +67,17 @@ rule: allow port: '3003' proto: tcp + + - name: Enable service httpd and ensure it is not masked + ansible.builtin.systemd: + name: http-server-status + enabled: true + masked: no + - name: Make sure a service http-server-status.service is running + ansible.builtin.systemd: + state: http-server-status.service + name: httpd - name: Allow everything and enable UFW community.general.ufw: