12 lines
248 B
YAML
12 lines
248 B
YAML
|
# SPDX-FileCopyrightText: 2023 Aravinth Manivannan <realaravinth@batsense.net>
|
||
|
#
|
||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||
|
|
||
|
---
|
||
|
- name: Ping all servers
|
||
|
hosts: all
|
||
|
|
||
|
tasks:
|
||
|
- name: Ensure all VMs are reachable
|
||
|
ansible.builtin.ping:
|