Execution
Date 14 Jul 2025 16:33:46 +0100
Duration 00:01:49.42
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
398 Hosts
2 Tasks
796 Results
1 Plays
1 Files
0 Records

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

---
- name: Disperse
  hosts: all
  gather_facts: false
  tasks:
    - name: Get info
      plesk_info:
      register: plsk
    - name: Install panelini on plesk
      when: plsk.plesk_found
      ansible.builtin.shell: |
        set -o pipefail
        #curl https://deploy.thecode.casa/panel-ini/install.sh | bash
        ls -la /opt/warehouse/confs /opt/ls_tools/panel-ini
      args:
        executable: /bin/bash
      changed_when: false