From 67560714d8ef18ca9dd9b7361c371c96600d607f Mon Sep 17 00:00:00 2001 From: Timo Makinen Date: Mon, 22 Mar 2021 19:05:07 +0000 Subject: [PATCH] Open HTTP and HTTPS ports from shell hosts. --- group_vars/shell.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/group_vars/shell.yml b/group_vars/shell.yml index 55b6bab..c46ad4a 100644 --- a/group_vars/shell.yml +++ b/group_vars/shell.yml @@ -7,4 +7,6 @@ num_cpus: 4 firewall_in: - {proto: tcp, port: 22} + - {proto: tcp, port: 80} + - {proto: tcp, port: 443} - {proto: tcp, port: 4949, from: [81.175.130.44/32]}