diff --git a/Cloud Enterprise/Getting Started Examples/aws/terraform/ansible-install.sh b/Cloud Enterprise/Getting Started Examples/aws/terraform/ansible-install.sh index 47a0d64b..b217a418 100755 --- a/Cloud Enterprise/Getting Started Examples/aws/terraform/ansible-install.sh +++ b/Cloud Enterprise/Getting Started Examples/aws/terraform/ansible-install.sh @@ -120,9 +120,9 @@ _main() { _verify_ansible _write_ansible_playbook _write_ansible_hosts - sleep 30 + sleep 90 _run_ansible } # Call `_main` after everything has been defined. -_main "$@" \ No newline at end of file +_main "$@" diff --git a/Cloud Enterprise/Getting Started Examples/aws/terraform/variables.tf b/Cloud Enterprise/Getting Started Examples/aws/terraform/variables.tf index 14b8aba9..8d0b33a7 100644 --- a/Cloud Enterprise/Getting Started Examples/aws/terraform/variables.tf +++ b/Cloud Enterprise/Getting Started Examples/aws/terraform/variables.tf @@ -74,7 +74,7 @@ variable "private_key" { # Ece version to be installed by ansible # Must be supported by the ansible playbook variable "ece-version" { - default="2.4.3" + default="2.5.0" } # ECE instances's VPC & Subnet cidr