iac/ansible/ping.yml

13 lines
267 B
YAML
Raw Normal View History

2023-08-14 09:16:20 +05:30
# SPDX-FileCopyrightText: 2023 Aravinth Manivannan <realaravinth@batsense.net>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
---
- name: Ping all servers
hosts: all
remote_user: atm
tasks:
- name: Ensure all VMs are reachable
ansible.builtin.ping: