era: open ports 80 and 443 for Nginx

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2022-11-17 11:32:08 +01:00
parent 427b736fb2
commit 38fa2dbea9
No known key found for this signature in database
GPG Key ID: 09AA5403E54D9931
1 changed files with 6 additions and 0 deletions

View File

@ -14,7 +14,13 @@
hosts:
- metal-03.he-eu-hel1.nimbus.mainnet
- linux-01.he-eu-hel1.nimbus.prater
vars:
open_ports_default_comment: 'Nginx'
open_ports_default_chain: 'SERVICES'
open_ports_list: [ { port: 80 }, { port: 443 } ]
roles:
- role: open-ports
tags: open-ports
- role: origin-certs
tags: origin-certs
- role: nginx