From 7cdf6913508efdc605899b2312188294a14a9422 Mon Sep 17 00:00:00 2001 From: ogrechko Date: Sun, 28 Dec 2025 09:45:11 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20ansible/deploy=5Fall.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ansible/deploy_all.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ansible/deploy_all.yml b/ansible/deploy_all.yml index 5c32161..42c63b3 100644 --- a/ansible/deploy_all.yml +++ b/ansible/deploy_all.yml @@ -6,13 +6,17 @@ become: false tasks: + - name: Test DNS resolution + shell: host terraform-mirror.yandexcloud.net || ping -c 1 8.8.8.8 + ignore_errors: true # Просто для информации в логах + - name: Create terraform mirror config copy: dest: "/tmp/.terraformrc" content: | provider_installation { network_mirror { - url = "https://registry.tf-mirror.ru/" + url = "https://terraform-mirror.yandexcloud.net/" } direct { exclude = ["registry.terraform.io/*/*"]