X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=terraform-ci-infra%2F3n_azure_fsv2%2Fmain.tf;h=87d02aa92384f8d2f1abc383e7f6189ef4a9112d;hp=9f6739e6765cf3e52405000837c49a25a795edcc;hb=9b87bc2230963448436d6f260808eb0e09dfdf09;hpb=0561d043063bec469833a85b09c0875c14cf4d4a diff --git a/terraform-ci-infra/3n_azure_fsv2/main.tf b/terraform-ci-infra/3n_azure_fsv2/main.tf index 9f6739e676..87d02aa923 100644 --- a/terraform-ci-infra/3n_azure_fsv2/main.tf +++ b/terraform-ci-infra/3n_azure_fsv2/main.tf @@ -487,10 +487,10 @@ resource "null_resource" "deploy_tg" { provisioner "ansible" { plays { playbook { - file_path = "../../testbed-setup/ansible/site_azure.yaml" + file_path = "../../testbed-setup/ansible/site.yaml" force_handlers = true } - hosts = ["tg"] + hosts = ["tg_azure"] extra_vars = { ansible_python_interpreter = "/usr/bin/python3" azure = true @@ -511,10 +511,10 @@ resource "null_resource" "deploy_dut1" { provisioner "ansible" { plays { playbook { - file_path = "../../testbed-setup/ansible/site_azure.yaml" + file_path = "../../testbed-setup/ansible/site.yaml" force_handlers = true } - hosts = ["sut"] + hosts = ["sut_azure"] extra_vars = { ansible_python_interpreter = "/usr/bin/python3" azure = true @@ -535,10 +535,10 @@ resource "null_resource" "deploy_dut2" { provisioner "ansible" { plays { playbook { - file_path = "../../testbed-setup/ansible/site_azure.yaml" + file_path = "../../testbed-setup/ansible/site.yaml" force_handlers = true } - hosts = ["sut"] + hosts = ["sut_azure"] extra_vars = { ansible_python_interpreter = "/usr/bin/python3" azure = true