17 lines
510 B
YAML
17 lines
510 B
YAML
---
|
|
# Nginx Proxy Manager specific variables
|
|
|
|
common_firewall_allowed_ports:
|
|
- "22/tcp" # SSH
|
|
- "80/tcp" # HTTP
|
|
- "443/tcp" # HTTPS
|
|
- "81/tcp" # NPM Admin panel
|
|
- "2222/tcp" # Jenkins SSH proxy (TCP stream)
|
|
# BEGIN ANSIBLE MANAGED BLOCK - Jenkins SSH Proxy
|
|
# Jenkins SSH proxy port (TCP stream forwarding)
|
|
# Stream configuration must be created in NPM UI:
|
|
# Incoming Port: 2222
|
|
# Forwarding Host: 192.168.200.91
|
|
# Forwarding Port: 22
|
|
# END ANSIBLE MANAGED BLOCK - Jenkins SSH Proxy
|