причина? wait_for:
timeout: 60
port: 22
host: "{{ansible_host}}"
search_regex: OpenSSH
delay: 10
state: started
vars:
ansible_connection: ssh
ansible_host: "{{host_ip}}"
У меня так работает без проблем. убери search_regex - name: Wait for droplets become available via ssh wait_for: host: "{{ item.data.ip_address }}" port: 22 timeout: 600 delay: 10
Обсуждают сегодня