consul: add missing service ID and port

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2023-09-27 10:08:30 +02:00
parent ffaf74fb02
commit 32f5f2c3a5
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 3 additions and 1 deletions

View File

@ -5,8 +5,10 @@
consul_config_name: '{{ github_webhook_service_name }}'
consul_services:
- name: '{{ github_webhook_service_name }}'
tags: ['{{ github_webhook_service_user }}', 'github', 'webhook']
id: '{{ github_webhook_service_name }}'
port: '{{ github_webhook_port }}'
address: '{{ ansible_local.wireguard.vpn_ip }}'
tags: ['{{ github_webhook_service_user }}', 'github', 'webhook']
checks:
- id: '{{ github_webhook_service_name }}-health'
name: ' {{ github_webhook_service_user }} GitHub Webhook check'