Execution
Date 22 Jul 2025 13:57:05 +0100
Duration 00:00:23.81
Controller ssh-gw-4.layershift.com
User root
Versions
Ansible 2.16.11
ara 1.7.2 / 1.7.2
Python 3.10.10
Summary
43 Hosts
1 Tasks
43 Results
1 Plays
1 Files
0 Records

File: /home/ssh-gateway/ansible/kuly/test_ping.yaml

1
2
3
4
5
6
7
---
- name: Ping test
  hosts: all
  gather_facts: false
  tasks:
    - name: Ping the host
      ansible.builtin.ping: