|
37 | 37 | # alb_openresty_ip by default bind to 127.0.0.1 (:8080, :4443) |
38 | 38 | # If using only firewall and still want load balance, you could use 0.0.0.0 |
39 | 39 | # If you can have private networking (our case) set to the private IP. |
40 | | - # alb_openresty_ip: 10.8.0.101 |
41 | | - alb_openresty_ip: 0.0.0.0 # Quick Testing for RHEL/CentOS without external roles |
| 40 | + alb_openresty_ip: 10.8.0.101 |
| 41 | + # alb_openresty_ip: 0.0.0.0 # Quick Testing for RHEL/CentOS without external roles |
42 | 42 |
|
43 | 43 | # wireguard_endpoint: must be one way, without Wireguard, to this host be reached by others |
44 | 44 | wireguard_endpoint: aguia-pescadora-echo.etica.ai |
|
51 | 51 | ansible_host: aguia-pescadora-foxtrot.etica.ai |
52 | 52 | ansible_python_interpreter: "/usr/bin/python3" |
53 | 53 |
|
54 | | - #alb_openresty_ip: 10.8.0.102 |
55 | | - alb_openresty_ip: 0.0.0.0 # Quick Testing for RHEL/CentOS without external roles |
| 54 | + alb_openresty_ip: 10.8.0.102 |
| 55 | + # alb_openresty_ip: 0.0.0.0 # Quick Testing for RHEL/CentOS without external roles |
56 | 56 | wireguard_endpoint: aguia-pescadora-foxtrot.etica.ai |
57 | 57 | wireguard_address: "10.8.0.102/24" |
58 | 58 |
|
59 | 59 | ap_golf_centos7: |
60 | 60 | ansible_host: aguia-pescadora-golf.etica.ai |
61 | 61 | ansible_python_interpreter: "/usr/bin/python" # CentOS 7 still use Python 2, not "/usr/bin/python3" |
62 | 62 |
|
63 | | - #alb_openresty_ip: 10.8.0.103 |
64 | | - alb_openresty_ip: 0.0.0.0 # Quick Testing for RHEL/CentOS without external roles |
| 63 | + alb_openresty_ip: 10.8.0.103 |
| 64 | + # alb_openresty_ip: 0.0.0.0 # Quick Testing for RHEL/CentOS without external roles |
65 | 65 | wireguard_endpoint: aguia-pescadora-golf.etica.ai |
66 | 66 | wireguard_address: "10.8.0.103/24" |
67 | 67 |
|
68 | 68 | rocha_anortosito_centos8: |
69 | 69 | ansible_host: rocha-anortosito.vps.fititnt.org |
70 | 70 | ansible_python_interpreter: "/usr/bin/python3" |
71 | 71 |
|
| 72 | + alb_openresty_ip: 10.8.0.104 |
| 73 | + # alb_openresty_ip: 0.0.0.0 # Quick Testing for RHEL/CentOS without external roles |
72 | 74 | wireguard_endpoint: rocha-anortosito.vps.fititnt.org |
73 | 75 | wireguard_address: "10.8.0.104/24" |
74 | 76 |
|
@@ -244,6 +246,11 @@ all: |
244 | 246 | # app_auth_basic_user_file: "/opt/alb/sysapps/.htaccess" |
245 | 247 | # app_auth_basic_enabled: true |
246 | 248 |
|
| 249 | + # http://haproxy.167.86.127.220.nip.io:8404/haproxy?stats |
| 250 | + # http://haproxy.167.86.127.225.nip.io:8404/haproxy?stats |
| 251 | + # http://haproxy.144.91.108.24.nip.io:8404/haproxy?stats |
| 252 | + # http://haproxy.144.91.107.138.nip.io:8404/haproxy?stats |
| 253 | + |
247 | 254 | alb_sysapps: |
248 | 255 |
|
249 | 256 | - app_uid: "consul" |
|
0 commit comments