Skip to content

Commit

Permalink
vcenter: give 3 extra minutes to the ESXi to be ready (#1576)
Browse files Browse the repository at this point in the history
vcenter: give 3 extra minutes to the ESXi to be ready
  • Loading branch information
goneri authored Jun 22, 2022
1 parent db71ed3 commit 4c1bcac
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
shell: "ssh-keyscan -v {{hostvars[item].ansible_host }} >> ~/.ssh/known_hosts"
with_inventory_hostnames: appliance
delegate_to: localhost
retries: 3
delay: 60
register: result
until: result.rc == 0

- name: Setup zuul user (RSA)
authorized_key:
Expand Down

0 comments on commit 4c1bcac

Please sign in to comment.