1
0
Fork 0

rearrange things, automate ansible inventory

This commit is contained in:
Von Random 2025-01-19 23:57:00 +02:00
parent 299b142adc
commit e2423e7e92
11 changed files with 32 additions and 33 deletions

3
terraform/output.tf Normal file
View file

@ -0,0 +1,3 @@
output "lb-ip" {
value = yandex_lb_network_load_balancer.balancer1.listener
}