Skip to content

Commit fe6d470

Browse files
Run ferm role when letsencrypt tag is defined on provision (#1588)
Fix for: #1587
1 parent d999d24 commit fe6d470

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
- { role: common, tags: [common] }
1717
- { role: swapfile, swapfile_size: 1GB, swapfile_file: /swapfile, tags: [swapfile] }
1818
- { role: fail2ban, tags: [fail2ban] }
19-
- { role: ferm, tags: [ferm] }
19+
- { role: ferm, tags: [ferm, letsencrypt] }
2020
- { role: ntp, tags: [ntp] }
2121
- { role: users, tags: [users] }
2222
- { role: sshd, tags: [sshd] }

0 commit comments

Comments
 (0)