mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-23 05:56:02 -03:30
upgrade k8s vers, and add a script for future upgrades
This commit is contained in:
@@ -30,4 +30,4 @@
|
||||
port: 22
|
||||
timeout: 300
|
||||
state: started
|
||||
with_items: ec2.instances
|
||||
with_items: "{{ec2.instances}}"
|
||||
|
||||
@@ -30,4 +30,4 @@
|
||||
|
||||
- name: Wait for SSH to come up
|
||||
wait_for: host={{item.public_ip}} port=22 delay=10 timeout=180 state=started
|
||||
with_items: gce.instance_data
|
||||
with_items: "{{gce.instance_data}}"
|
||||
|
||||
Reference in New Issue
Block a user