Execution
Date 03 Oct 2025 08:44:19 +0100
Duration 00:00:02.38
Controller ssh-gw-4.layershift.com
User root
Versions
Ansible 2.16.11
ara 1.7.3 / 1.7.3
Python 3.10.10
Summary
1 Hosts
2 Tasks
2 Results
1 Plays
1 Files
0 Records

File: /home/ssh-gateway/ansible/kuly/zz-verify-panelini.yaml

---
- name: Verify panelinin
  hosts: all
  gather_facts: false
  tasks:
    - name: Get server info
      plesk_info:
      register: pl
    - name: Run command on plesk servers
      when: pl.plesk_found
      ansible.builtin.shell: |
        set -o pipefail
        grep -i blacklist /usr/local/psa/admin/conf/panel.ini
      args:
        executable: /bin/bash