moving files to old
This commit is contained in:
14
old/group_vars/networking.yml
Normal file
14
old/group_vars/networking.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
---
|
||||
# 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"}
|
||||
|
||||
# network configuration for our server
|
||||
interfaces_template: "interfaces-dhcp-server.j2"
|
||||
Reference in New Issue
Block a user