diff --git a/ansible/site.yml b/ansible/site.yml index 4b5d1ab..3507cd5 100644 --- a/ansible/site.yml +++ b/ansible/site.yml @@ -11,13 +11,16 @@ - name: Bootstrap Kubernetes cluster hosts: cluster become: true - gather_facts: true + gather_facts: false pre_tasks: - name: Wait for SSH wait_for_connection: delay: 10 - timeout: 300 + timeout: 600 + + - name: Gather facts after SSH is reachable + setup: roles: - common