datum-gateway: target bitcoin and edge groups instead of hostnames

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
counterweight 2026-09-11 21:56:15 +02:00
parent 52d4a377f7
commit 4349006d51
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C

View file

@ -25,7 +25,7 @@
# bitcoin_rpc_password - Shared with the bitcoin-knots deployment # bitcoin_rpc_password - Shared with the bitcoin-knots deployment
- name: Deploy DATUM Gateway on knots_box_local - name: Deploy DATUM Gateway on knots_box_local
hosts: knots_box_local hosts: bitcoin
become: yes become: yes
vars_files: vars_files:
- ../../infra_vars.yml - ../../infra_vars.yml
@ -470,7 +470,7 @@
# Caddy Reverse Proxy for DATUM Dashboard (on vipy) # Caddy Reverse Proxy for DATUM Dashboard (on vipy)
# =========================================== # ===========================================
- name: Configure Caddy reverse proxy for DATUM Gateway dashboard on vipy - name: Configure Caddy reverse proxy for DATUM Gateway dashboard on vipy
hosts: vipy hosts: edge
become: yes become: yes
vars_files: vars_files:
- ../../infra_vars.yml - ../../infra_vars.yml
@ -663,7 +663,7 @@
# over the Tailscale network, matching the Bitcoin P2P proxy pattern. # over the Tailscale network, matching the Bitcoin P2P proxy pattern.
# =========================================== # ===========================================
- name: Setup public Stratum port forwarding on vipy via systemd-socket-proxyd - name: Setup public Stratum port forwarding on vipy via systemd-socket-proxyd
hosts: vipy hosts: edge
become: yes become: yes
vars_files: vars_files:
- ../../infra_vars.yml - ../../infra_vars.yml