Skip to content
Snippets Groups Projects
Commit a6eafaff authored by Eesaan Atluri's avatar Eesaan Atluri
Browse files

refactor: Remove tags as we use playbook for proxy

parent 7068e3bd
No related branches found
No related tags found
1 merge request!3Change compute reference to login
......@@ -52,7 +52,7 @@ build {
use_proxy = false
user = var.ssh_username
groups = ["proxy"]
ansible_env_vars = ["ANSIBLE_HOST_KEY_CHECKING=False", "ANSIBLE_RUN_TAGS=var.ANSIBLE_RUN_TAGS"]
ansible_env_vars = ["ANSIBLE_HOST_KEY_CHECKING=False"]
playbook_file = "./CRI_XCBC/proxy.yaml"
}
}
......@@ -94,8 +94,3 @@ variable "volume_size" {
description = "The default volume size for building iamge"
}
variable "ANSIBLE_RUN_TAGS" {
type = list(string)
default = ["sshpiper"]
description = "Run selective roles based on the tags"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment