lab #1

Merged
Vezpi merged 8 commits from lab into main 2026-02-05 21:08:37 +01:00
Showing only changes of commit 87c5a9386d - Show all commits

View File

@@ -28,17 +28,6 @@
group: www-data
mode: "0644"
- name: Allow HTTP through firewall
community.general.ufw:
rule: allow
port: "80"
proto: tcp
- name: Enable ufw
community.general.ufw:
state: enabled
enabled: true
- name: Ensure nginx is running
ansible.builtin.service:
name: nginx