Execution
Date 15 Sep 2024 07:21:41 +0100
Duration 00:00:02.08
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
1 Hosts
1 Tasks
1 Results
1 Plays
1 Files
0 Records

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

---
- name: Test zulip sending
  hosts: all
  gather_facts: false
  tasks:
    - name: Check if /sbin/plesk exists and notify Zulip
      test_z:
        binary_path: "/sbin/plesk"
        send: true
        zulip_url: "layershift.zulipchat.com"
        zulip_token: "VZzGBE3toQNvFw3Fp6L6L1beR9j6nJIN"
        zulip_channel: "tutorial-kuly"
        zulip_topic: "Server Notifications"