Update firewall rules for VPN devices and add dev-02 to nginx group in inventory
This commit is contained in:
@@ -191,11 +191,11 @@ nginx_proxy_sites:
|
|||||||
# Firewall ports
|
# Firewall ports
|
||||||
ufw_enable: true
|
ufw_enable: true
|
||||||
fw_allowed_ports:
|
fw_allowed_ports:
|
||||||
- { rule: "allow", port: "22", proto: "tcp", from: "10.5.5.5/32" } # SSH (VPN device)
|
|
||||||
- { rule: "allow", port: "22", proto: "tcp", from: "10.19.4.0/24" } # SSH (local network)
|
- { rule: "allow", port: "22", proto: "tcp", from: "10.19.4.0/24" } # SSH (local network)
|
||||||
- { rule: "allow", port: "443", proto: "tcp", from: "10.19.4.0/24" } # HTTPS (nginx reverse proxy)
|
- { rule: "allow", port: "443", proto: "tcp", from: "10.19.4.0/24" } # HTTPS (nginx reverse proxy)
|
||||||
- { rule: "allow", port: "443", proto: "tcp", from: "10.5.5.5/32" } # HTTPS (VPN device)
|
- { rule: "allow", port: "22", proto: "tcp", from: "10.5.5.0/24" } # SSH (VPN devices)
|
||||||
- { rule: "allow", port: "9090", proto: "tcp", from: "10.19.4.0/24" } # Prometheus node-exporter
|
- { rule: "allow", port: "443", proto: "tcp", from: "10.5.5.0/24" } # HTTPS (VPN devices)
|
||||||
|
- { rule: "allow", port: "9090", proto: "tcp", from: "10.19.4.0/24" } # Cockpit
|
||||||
|
|
||||||
linux_dev_station_oh_my_zsh_theme: "agnoster"
|
linux_dev_station_oh_my_zsh_theme: "agnoster"
|
||||||
linux_dev_station_oh_my_zsh_plugins:
|
linux_dev_station_oh_my_zsh_plugins:
|
||||||
|
|||||||
@@ -25,6 +25,9 @@ dev-02.lab.alexpires.me
|
|||||||
vh-01.lab.alexpires.me
|
vh-01.lab.alexpires.me
|
||||||
gpu-01.lab.alexpires.me
|
gpu-01.lab.alexpires.me
|
||||||
|
|
||||||
|
[nginx]
|
||||||
|
dev-02.lab.alexpires.me
|
||||||
|
|
||||||
[public]
|
[public]
|
||||||
prod-01.alexpires.me
|
prod-01.alexpires.me
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user