Skip to content

Commit d6c4163

Browse files
authored
Merge pull request #10 from Diesel-Net/development
port 22 delegated to ssh_user role. ports 80 and 443 taken care of by…
2 parents 0f9ad6d + b5e30f7 commit d6c4163

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

tasks/main.yaml

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -66,33 +66,6 @@
6666
become: yes
6767
ignore_errors: yes
6868

69-
- name: Allow port 22 (SSH)
70-
ufw:
71-
rule: allow
72-
port: '22'
73-
proto: any
74-
become: yes
75-
76-
- name: Allow port 80 (HTTP)
77-
ufw:
78-
rule: allow
79-
port: '80'
80-
proto: any
81-
become: yes
82-
83-
- name: Allow port 443 (HTTPS)
84-
ufw:
85-
rule: allow
86-
port: '443'
87-
proto: any
88-
become: yes
89-
90-
- name: Reload Firewall and enable at boot
91-
ufw:
92-
state: enabled
93-
policy: deny
94-
become: yes
95-
9669
- name: Download step-cli
9770
get_url:
9871
url: 'https://github.com/smallstep/cli/releases/download/v0.15.2/step-cli_0.15.2_amd64.deb'

0 commit comments

Comments
 (0)