Loading roles/debian_server/tasks/main.yml +6 −0 Original line number Diff line number Diff line Loading @@ -61,6 +61,12 @@ port: ssh proto: tcp - name: Allow default Docker network access to local services community.general.ufw: direction: in interface: docker0 rule: allow - name: Enable UFW community.general.ufw: default: reject Loading Loading
roles/debian_server/tasks/main.yml +6 −0 Original line number Diff line number Diff line Loading @@ -61,6 +61,12 @@ port: ssh proto: tcp - name: Allow default Docker network access to local services community.general.ufw: direction: in interface: docker0 rule: allow - name: Enable UFW community.general.ufw: default: reject Loading