era: open ports 80 and 443 for Nginx
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
427b736fb2
commit
38fa2dbea9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue