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

fix(build): Add ansible timeout for failing yum installs

Change the default timeout from 10 secs to 60 secs to accomodate the delay for slurm pkg yum install tasks after running ldap_config  role
Refer #125
parent a6eafaff
No related branches found
No related tags found
1 merge request!3Change compute reference to login
...@@ -52,7 +52,7 @@ build { ...@@ -52,7 +52,7 @@ build {
use_proxy = false use_proxy = false
user = var.ssh_username user = var.ssh_username
groups = ["proxy"] groups = ["proxy"]
ansible_env_vars = ["ANSIBLE_HOST_KEY_CHECKING=False"] ansible_env_vars = ["ANSIBLE_TIMEOUT=60", "ANSIBLE_HOST_KEY_CHECKING=False"]
playbook_file = "./CRI_XCBC/proxy.yaml" playbook_file = "./CRI_XCBC/proxy.yaml"
} }
} }
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