tripleo-ansible/playbooks/step_ping.yml
Julia Kreger 6a5f6ca240 CORE-1771 Add ping step to help key acceptance
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
2014-10-29 09:11:59 -04:00

8 lines
128 B
YAML

---
- name: "Test Connectivity to all hosts"
hosts: all
serial: 1
tasks:
ping:
where: instance_status == "ACTIVE"