--- - name: Connectivity check for all managed hosts hosts: all gather_facts: false tasks: - name: Ping hosts over SSH ansible.builtin.ping: