forked from bitlair/ansible
Firewall rules
This commit is contained in:
parent
fa31ab8590
commit
b51372bfb2
2 changed files with 5 additions and 0 deletions
|
@ -20,6 +20,7 @@ trusted_ranges:
|
||||||
# - { v: ipv6, cidr: "2a02:166b:92::/48", comment: "bitlair" } # /48's kunnen niet in de ipset
|
# - { v: ipv6, cidr: "2a02:166b:92::/48", comment: "bitlair" } # /48's kunnen niet in de ipset
|
||||||
- { v: ipv6, cidr: "2001:678:814:68::/64", comment: "bitlair wifi" }
|
- { v: ipv6, cidr: "2001:678:814:68::/64", comment: "bitlair wifi" }
|
||||||
- { v: ipv6, cidr: "2a05:2d01:0:4042::/64", comment: "bitlair servers" }
|
- { v: ipv6, cidr: "2a05:2d01:0:4042::/64", comment: "bitlair servers" }
|
||||||
|
- { v: ipv6, cidr: "2a05:2d01:1337::/48", comment: "eventinfra v6-range" }
|
||||||
- { v: ipv6, cidr: "2a0e:5700:4:2::/64", comment: "foobar ipv6" }
|
- { v: ipv6, cidr: "2a0e:5700:4:2::/64", comment: "foobar ipv6" }
|
||||||
trusted_ports:
|
trusted_ports:
|
||||||
- ssh
|
- ssh
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
manage_sshd_config: false
|
manage_sshd_config: false
|
||||||
|
|
||||||
|
group_nft_input:
|
||||||
|
- "# Allow SSH from world"
|
||||||
|
- "tcp dport { ssh } accept"
|
||||||
|
|
Loading…
Add table
Reference in a new issue