We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f9ad6d + b5e30f7 commit d6c4163Copy full SHA for d6c4163
tasks/main.yaml
@@ -66,33 +66,6 @@
66
become: yes
67
ignore_errors: yes
68
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
78
79
- port: '80'
80
81
82
83
-- name: Allow port 443 (HTTPS)
84
85
86
- port: '443'
87
88
89
90
-- name: Reload Firewall and enable at boot
91
92
- state: enabled
93
- policy: deny
94
95
96
- name: Download step-cli
97
get_url:
98
url: 'https://github.com/smallstep/cli/releases/download/v0.15.2/step-cli_0.15.2_amd64.deb'
0 commit comments