forked from bitlair/ansible
more nft
This commit is contained in:
parent
aa242b0327
commit
31d38e8f06
3 changed files with 18 additions and 0 deletions
|
@ -4,6 +4,14 @@ acme_san_domains:
|
|||
- [ bitair.nl ]
|
||||
- [ ravespace.nl ]
|
||||
|
||||
nft: true
|
||||
|
||||
group_nft_input:
|
||||
- "# Allow web-traffic from world"
|
||||
- "tcp dport { http, https } accept"
|
||||
- "# mqtt from world"
|
||||
- "tcp dport { 1883 } accept"
|
||||
|
||||
nginx_sites:
|
||||
- server_name: "bitlair.nl"
|
||||
server_alias: "wiki.bitlair.nl www.bitlair.nl cyber.bitlair.nl"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue