From cab9ccf1af8824792338951268659052e8daed2c Mon Sep 17 00:00:00 2001 From: Yuri Lima Date: Mon, 19 May 2025 10:18:31 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8C=20IMPROVE:=20Update=20Hetzner=20DN?= =?UTF-8?q?S=20mapping=20and=20targets=20with=20new=20instances=20and=20IP?= =?UTF-8?q?=20addresses?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/hetzner_dns_mapping.json | 20 ++++++++++++-- config/hetzner_targets.json | 46 ++++++++++++++++++++++++++++++--- 2 files changed, 61 insertions(+), 5 deletions(-) diff --git a/config/hetzner_dns_mapping.json b/config/hetzner_dns_mapping.json index 18ed38e..f37d872 100644 --- a/config/hetzner_dns_mapping.json +++ b/config/hetzner_dns_mapping.json @@ -148,7 +148,23 @@ "ip_address": "49.13.197.152" }, { - "dns_name": "phx-healthcheck-phoenixApp-pgAdmin-Test-2", - "ip_address": "116.203.103.215" + "dns_name": "new-full-test", + "ip_address": "128.140.103.178" + }, + { + "dns_name": "modern", + "ip_address": "157.90.228.52" + }, + { + "dns_name": "burg-itc", + "ip_address": "23.88.56.89" + }, + { + "dns_name": "test-ansible-ip-permission", + "ip_address": "116.203.73.240" + }, + { + "dns_name": "test-ansible-ip-permission-2", + "ip_address": "91.99.29.55" } ] \ No newline at end of file diff --git a/config/hetzner_targets.json b/config/hetzner_targets.json index e6b7c3e..ab20b12 100644 --- a/config/hetzner_targets.json +++ b/config/hetzner_targets.json @@ -371,11 +371,51 @@ }, { "targets": [ - "116.203.103.215:9100", - "116.203.103.215:9113" + "128.140.103.178:9100", + "128.140.103.178:9113" ], "labels": { - "instance": "phx-healthcheck-phoenixApp-pgAdmin-Test-2", + "instance": "new-full-test", + "datacenter": "nbg1" + } + }, + { + "targets": [ + "157.90.228.52:9100", + "157.90.228.52:9113" + ], + "labels": { + "instance": "modern", + "datacenter": "nbg1" + } + }, + { + "targets": [ + "23.88.56.89:9100", + "23.88.56.89:9113" + ], + "labels": { + "instance": "burg-itc", + "datacenter": "nbg1" + } + }, + { + "targets": [ + "116.203.73.240:9100", + "116.203.73.240:9113" + ], + "labels": { + "instance": "test-ansible-ip-permission", + "datacenter": "nbg1" + } + }, + { + "targets": [ + "91.99.29.55:9100", + "91.99.29.55:9113" + ], + "labels": { + "instance": "test-ansible-ip-permission-2", "datacenter": "nbg1" } }