Execution
Date 15 May 2025 11:24:28 +0100
Duration 00:00:16.74
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
12 Hosts
3 Tasks
36 Results
1 Plays
1 Files
0 Records

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

---
- name: Playbook to ping
  hosts: all
  tasks:
    - name: Get plesk info
      plesk_info:
      register: plsk
    - name: Ping the plesk server
      when: plsk.plesk_found
      ansible.builtin.ping: