X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=fdio.infra.terraform%2F2n_aws_c5n%2Fdeploy%2Fvariables.tf;h=ca974709cdcaf656cb54facd7d5701e6315f1e69;hp=53efe6fb1d01c3fba76a85cba60e7bcb966f4440;hb=df5672b3d9c29b51397f4770eb992c9f3f3955ce;hpb=8018da98e0f362bc69fc9600fac222a86fd46b5e diff --git a/fdio.infra.terraform/2n_aws_c5n/deploy/variables.tf b/fdio.infra.terraform/2n_aws_c5n/deploy/variables.tf index 53efe6fb1d..ca974709cd 100644 --- a/fdio.infra.terraform/2n_aws_c5n/deploy/variables.tf +++ b/fdio.infra.terraform/2n_aws_c5n/deploy/variables.tf @@ -50,7 +50,7 @@ variable "first_run_commands" { variable "ansible_file_path" { description = "Path to Ansible playbook" type = string - default = "../../resources/tools/testbed-setup/ansible/site.yaml" + default = "../../fdio.infra.ansible/site.yaml" } variable "ansible_python_executable" { @@ -62,7 +62,7 @@ variable "ansible_python_executable" { variable "ansible_topology_path" { description = "Path to Ansible playbook which creates a topology file" type = string - default = "../../resources/tools/testbed-setup/ansible/cloud_topology.yaml" + default = "../../fdio.infra.ansible/cloud_topology.yaml" } variable "ansible_provision_pwd" {