
This commit adds a step where each node is checked for connectivity, a single node at a time, to enable easier ssh key acceptance if the user is operating with Ansible defaults to help ensure SSH connection security. Change-Id: Ia534b56e496624c4a73bea0dac70a93c107676d4
8 lines
128 B
YAML
8 lines
128 B
YAML
---
|
|
- name: "Test Connectivity to all hosts"
|
|
hosts: all
|
|
serial: 1
|
|
tasks:
|
|
ping:
|
|
where: instance_status == "ACTIVE"
|