diff --git a/playbooks/ufw/ufw.yml b/playbooks/ufw/ufw.yml index 244c592..00fa836 100644 --- a/playbooks/ufw/ufw.yml +++ b/playbooks/ufw/ufw.yml @@ -11,18 +11,28 @@ community.general.ufw: rule: allow name: OpenSSH + route: true - name: UFW - Allow HTTP connections community.general.ufw: rule: allow port: "80" proto: tcp + route: true - name: UFW - Allow HTTPS connections community.general.ufw: rule: allow port: "443" proto: tcp + route: true + + - name: UFW - Allow gitbee ssh + community.general.ufw: + rule: allow + port: "2222" + proto: tcp + route: true - name: UFW - Enable and deny by default community.general.ufw: