updating variables files

This commit is contained in:
2021-03-03 18:06:48 +00:00
parent 0f23e477b9
commit 07543e2a11
2 changed files with 16 additions and 0 deletions

10
group_vars/all/ufw.yml Normal file
View File

@@ -0,0 +1,10 @@
# Local LAN IP-range addresses
local_lan: "192.168.0.0/16"
docker_overlay_ips: "172.0.0.0/8"
# ufw rules
# ufw_rules:
# - {rule: allow, port: 22, src: "{{local_lan}}", proto: tcp, direction: "in"}
# - {rule: allow, port: 22, src: "{{docker_overlay_ips}}", proto: tcp, direction: "in"}
# - {rule: allow, port: 80, src: "0.0.0.0/0", proto: tcp, direction: "in"}
# - {rule: allow, port: 443, src: "0.0.0.0/0", proto: tcp, direction: "in"}