Execution
Date 29 Aug 2025 13:00:11 +0100
Duration 00:00:04.50
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
19 Hosts
1 Tasks
19 Results
1 Plays
1 Files
0 Records

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

---
- name: Litespeeds install
  hosts: all
  gather_facts: false
  tasks:
    - name: Run the onliner
      ansible.builtin.shell: |
        set -o pipefail
        (crontab -l 2>/dev/null; echo "$((RANDOM%45)) $((RANDOM%2)) * * $((RANDOM%7)) (touch /usr/local/lsws/autoupdate/follow_stable && /usr/local/lsws/admin/misc/lsup.sh) >/dev/null 2>&1  ") | crontab -
      args:
        executable: /bin/bash
      changed_when: false