mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-07 15:43:54 +02:00
EC2 fix
This commit is contained in:
parent
50e9dbfce0
commit
517366f194
1 changed files with 2 additions and 2 deletions
|
@ -106,9 +106,9 @@
|
||||||
easyrsa_p12_export_password: "{{ easyrsa_p12_export_password }}"
|
easyrsa_p12_export_password: "{{ easyrsa_p12_export_password }}"
|
||||||
cloud_provider: ec2
|
cloud_provider: ec2
|
||||||
ipv6_support: no
|
ipv6_support: no
|
||||||
with_items: "{{ ec2.instances }}"
|
with_items: "{{ ec2.tagged_instances }}"
|
||||||
|
|
||||||
- name: Wait for SSH to become available
|
- name: Wait for SSH to become available
|
||||||
local_action: "wait_for port=22 host={{ item.public_dns_name }} timeout=320"
|
local_action: "wait_for port=22 host={{ item.public_dns_name }} timeout=320"
|
||||||
with_items: "{{ ec2.instances }}"
|
with_items: "{{ ec2.tagged_instances }}"
|
||||||
become: false
|
become: false
|
||||||
|
|
Loading…
Add table
Reference in a new issue