Execution
Date 22 Jul 2025 13:57:40 +0100
Duration 00:00:40.84
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
4 Hosts
1 Tasks
4 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: