Showcase update - f20be312
Quote Bot CI/CD Pipeline / check (push) Waiting to run
Quote Bot CI/CD Pipeline / Security Scan (push) Waiting to run
Quote Bot CI/CD Pipeline / Build and push to Docker Hub (push) Blocked by required conditions
Quote Bot CI/CD Pipeline / Deploy to VPS via Ansible (push) Blocked by required conditions

This commit is contained in:
GitLab CI/CD
2026-09-13 10:32:45 +00:00
commit 63c6a83e88
20 changed files with 673 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
output "public_ip_server_1" {
value = yandex_compute_instance.servers[0].network_interface.0.nat_ip_address
description = "Белый IP первого сервера"
}
output "internal_ips" {
value = yandex_compute_instance.servers[*].network_interface.0.ip_address
description = "Внутренние IP адреса обоих серверов"
}