Finalize ACP bridge entrypoint and DNS inventory
This commit is contained in:
parent
32d928a5da
commit
fb444b23b7
@ -6,5 +6,3 @@
|
||||
roles:
|
||||
- role: roles/vhosts/deploy_acp_vhosts/
|
||||
tags: [deploy_acp_vhosts]
|
||||
- role: roles/vhosts/deploy_acp_vhosts/
|
||||
tags: [deploy_acp_vhosts]
|
||||
|
||||
@ -1,31 +1,50 @@
|
||||
# Physical hosts
|
||||
|
||||
[cn_front_host]
|
||||
# services: cn-front.svc.plus
|
||||
cn-front.svc.plus ansible_host=47.120.61.35
|
||||
|
||||
[jp_xhttp_contabo_host]
|
||||
# services: api.svc.plus, console.svc.plus, accounts.svc.plus, acp-server.svc.plus, xworkmate-bridge.svc.plus, vault.svc.plus, openclaw.svc.plus, postgresql.svc.plus
|
||||
jp-xhttp-contabo.svc.plus ansible_host=46.250.251.132
|
||||
|
||||
[tky_proxy_host]
|
||||
# services: tky-proxy.svc.plus
|
||||
tky-proxy.svc.plus ansible_host=43.207.194.92
|
||||
|
||||
[jp_k3s_vultr_host]
|
||||
jp-k3s-vultr.svc.plus ansible_host=167.179.110.129
|
||||
|
||||
|
||||
# Logical service groups
|
||||
|
||||
[web]
|
||||
cn-front.svc.plus ansible_host=47.120.61.35 ansible_user=root
|
||||
cn-front.svc.plus
|
||||
|
||||
[agent_proxy]
|
||||
jp-xhttp-contabo.svc.plus ansible_host=46.250.251.132 ansible_user=root
|
||||
jp-xhttp-contabo.svc.plus
|
||||
|
||||
[agent_svc_plus]
|
||||
jp-xhttp-contabo.svc.plus ansible_host=46.250.251.132 ansible_user=root
|
||||
jp-xhttp-contabo.svc.plus
|
||||
|
||||
[xray_exporter]
|
||||
jp-xhttp-contabo.svc.plus ansible_host=46.250.251.132 ansible_user=root
|
||||
jp-xhttp-contabo.svc.plus
|
||||
|
||||
[billing_service]
|
||||
jp-xhttp-contabo.svc.plus ansible_host=46.250.251.132 ansible_user=root
|
||||
jp-xhttp-contabo.svc.plus
|
||||
|
||||
[accounts]
|
||||
acp-server.svc.plus ansible_host=46.250.251.132 ansible_user=root
|
||||
xworkmate-bridge.svc.plus ansible_host=46.250.251.132 ansible_user=root
|
||||
jp-xhttp-contabo.svc.plus
|
||||
|
||||
[apisix]
|
||||
api.svc.plus ansible_host=46.250.251.132 ansible_user=root
|
||||
jp-xhttp-contabo.svc.plus
|
||||
|
||||
[postgresql]
|
||||
acp-server.svc.plus ansible_host=46.250.251.132 ansible_user=root
|
||||
xworkmate-bridge.svc.plus ansible_host=46.250.251.132 ansible_user=root
|
||||
jp-xhttp-contabo.svc.plus
|
||||
|
||||
[k3s]
|
||||
jp-k3s-vultr.svc.plus ansible_host=167.179.110.129 ansible_user=root
|
||||
jp-k3s-vultr.svc.plus
|
||||
|
||||
|
||||
[all:vars]
|
||||
ansible_port=22
|
||||
|
||||
Loading…
Reference in New Issue
Block a user