Execution
Date 02 Oct 2025 12:58:15 +0100
Duration 00:03:28.61
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
400 Hosts
2 Tasks
794 Results
1 Plays
1 Files
0 Records

Task result details


Field Value
changed
False
cmd
set -o pipefail
cd /opt/ls_tools/panel-ini/
uv run run.py --fetch
uv run run.py --apply-new-template
delta
0:00:00.767974
end
2025-10-02 13:00:23.539407
invocation
{
    "module_args": {
        "_raw_params": "set -o pipefail\ncd /opt/ls_tools/panel-ini/\nuv run run.py --fetch\nuv run run.py --apply-new-template\n",
        "_uses_shell": true,
        "argv": null,
        "chdir": null,
        "creates": null,
        "executable": "/bin/bash",
        "expand_argument_vars": true,
        "removes": null,
        "stdin": null,
        "stdin_add_newline": true,
        "strip_empty_ends": true
    }
}
msg
non-zero return code
rc
1
start
2025-10-02 13:00:22.771433
stderr
Uninstalled 2 packages in 6ms
Installed 2 packages in 18ms
2025-10-02 13:00:23.494 | INFO     | __main__:save_variables:80 - Variables found {'senderAddress', 'timeFrameEnd', 'virtualPatchesLicenseAdditionalLimit', 'BlackList', 'DESEC_TOKEN', 'timeFrameStart', 'cloudMaxWebsites'}. Trying to resolve them
2025-10-02 13:00:23.497 | INFO     | __main__:save_variables:85 - Reset changable variables to default
2025-10-02 13:00:23.497 | INFO     | __main__:save_variables:97 - Value of senderAddress set to plesk@friendly-moon.man-1.vm.plesk-server.com
2025-10-02 13:00:23.497 | INFO     | __main__:save_variables:93 - Value of timeFrameEnd set to 05:00
2025-10-02 13:00:23.497 | INFO     | __main__:save_variables:106 - Value of virtualPatchesLicenseAdditionalLimit set to 0
2025-10-02 13:00:23.497 | INFO     | __main__:save_variables:106 - Value of BlackList set to 192.168.101.1,192.168.102.1
2025-10-02 13:00:23.498 | INFO     | __main__:save_variables:106 - Value of DESEC_TOKEN set to false
2025-10-02 13:00:23.498 | INFO     | __main__:save_variables:90 - Value of timeFrameStart set to 01:00
2025-10-02 13:00:23.498 | INFO     | __main__:save_variables:106 - Value of cloudMaxWebsites set to 1
2025-10-02 13:00:23.498 | INFO     | __main__:save_variables:80 - Variables found {'senderAddress', 'timeFrameEnd', 'virtualPatchesLicenseAdditionalLimit', 'BlackList', 'DESEC_TOKEN', 'timeFrameStart', 'cloudMaxWebsites'}. Trying to resolve them
2025-10-02 13:00:23.499 | INFO     | __main__:save_variables:118 - Variable senderAddress taken from Plesk
2025-10-02 13:00:23.499 | INFO     | __main__:save_variables:125 - Variable written -  'senderAddress' with value: 'plesk@friendly-moon.man-1.vm.plesk-server.com'
2025-10-02 13:00:23.500 | INFO     | __main__:save_variables:118 - Variable timeFrameEnd taken from Plesk
2025-10-02 13:00:23.500 | INFO     | __main__:save_variables:125 - Variable written -  'timeFrameEnd' with value: '05:00'
2025-10-02 13:00:23.501 | INFO     | __main__:save_variables:118 - Variable virtualPatchesLicenseAdditionalLimit taken from Plesk
2025-10-02 13:00:23.501 | INFO     | __main__:save_variables:125 - Variable written -  'virtualPatchesLicenseAdditionalLimit' with value: '0'
2025-10-02 13:00:23.502 | INFO     | __main__:save_variables:121 - Variable BlackList taken from Default
2025-10-02 13:00:23.502 | INFO     | __main__:save_variables:125 - Variable written -  'BlackList' with value: '192.168.101.1,192.168.102.1'
2025-10-02 13:00:23.503 | INFO     | __main__:save_variables:118 - Variable DESEC_TOKEN taken from Plesk
2025-10-02 13:00:23.503 | INFO     | __main__:save_variables:125 - Variable written -  'DESEC_TOKEN' with value: '$token'
2025-10-02 13:00:23.504 | INFO     | __main__:save_variables:118 - Variable timeFrameStart taken from Plesk
2025-10-02 13:00:23.504 | INFO     | __main__:save_variables:125 - Variable written -  'timeFrameStart' with value: '01:00'
2025-10-02 13:00:23.504 | INFO     | __main__:save_variables:118 - Variable cloudMaxWebsites taken from Plesk
2025-10-02 13:00:23.505 | INFO     | __main__:save_variables:125 - Variable written -  'cloudMaxWebsites' with value: '1'
2025-10-02 13:00:23.506 | ERROR    | __main__:generate:40 - Unresolved template variables found: ['$token']
Traceback (most recent call last):
  File "/opt/ls_tools/panel-ini/run.py", line 207, in <module>
    generate(WAREHOUSE_DIR=WAREHOUSE_DIR, TEMPLATE_PATH=TEMPLATE_PATH, OUTPUT_PATH=OUTPUT_PATH, timestamp=TIMESTAMP)
  File "/opt/ls_tools/panel-ini/run.py", line 41, in generate
    raise ValueError(f"Unresolved template variables found: {unresolved}")
ValueError: Unresolved template variables found: ['$token']
stderr_lines
[
    "Uninstalled 2 packages in 6ms",
    "Installed 2 packages in 18ms",
    "2025-10-02 13:00:23.494 | INFO     | __main__:save_variables:80 - Variables found {'senderAddress', 'timeFrameEnd', 'virtualPatchesLicenseAdditionalLimit', 'BlackList', 'DESEC_TOKEN', 'timeFrameStart', 'cloudMaxWebsites'}. Trying to resolve them",
    "2025-10-02 13:00:23.497 | INFO     | __main__:save_variables:85 - Reset changable variables to default",
    "2025-10-02 13:00:23.497 | INFO     | __main__:save_variables:97 - Value of senderAddress set to plesk@friendly-moon.man-1.vm.plesk-server.com",
    "2025-10-02 13:00:23.497 | INFO     | __main__:save_variables:93 - Value of timeFrameEnd set to 05:00",
    "2025-10-02 13:00:23.497 | INFO     | __main__:save_variables:106 - Value of virtualPatchesLicenseAdditionalLimit set to 0",
    "2025-10-02 13:00:23.497 | INFO     | __main__:save_variables:106 - Value of BlackList set to 192.168.101.1,192.168.102.1",
    "2025-10-02 13:00:23.498 | INFO     | __main__:save_variables:106 - Value of DESEC_TOKEN set to false",
    "2025-10-02 13:00:23.498 | INFO     | __main__:save_variables:90 - Value of timeFrameStart set to 01:00",
    "2025-10-02 13:00:23.498 | INFO     | __main__:save_variables:106 - Value of cloudMaxWebsites set to 1",
    "2025-10-02 13:00:23.498 | INFO     | __main__:save_variables:80 - Variables found {'senderAddress', 'timeFrameEnd', 'virtualPatchesLicenseAdditionalLimit', 'BlackList', 'DESEC_TOKEN', 'timeFrameStart', 'cloudMaxWebsites'}. Trying to resolve them",
    "2025-10-02 13:00:23.499 | INFO     | __main__:save_variables:118 - Variable senderAddress taken from Plesk",
    "2025-10-02 13:00:23.499 | INFO     | __main__:save_variables:125 - Variable written -  'senderAddress' with value: 'plesk@friendly-moon.man-1.vm.plesk-server.com'",
    "2025-10-02 13:00:23.500 | INFO     | __main__:save_variables:118 - Variable timeFrameEnd taken from Plesk",
    "2025-10-02 13:00:23.500 | INFO     | __main__:save_variables:125 - Variable written -  'timeFrameEnd' with value: '05:00'",
    "2025-10-02 13:00:23.501 | INFO     | __main__:save_variables:118 - Variable virtualPatchesLicenseAdditionalLimit taken from Plesk",
    "2025-10-02 13:00:23.501 | INFO     | __main__:save_variables:125 - Variable written -  'virtualPatchesLicenseAdditionalLimit' with value: '0'",
    "2025-10-02 13:00:23.502 | INFO     | __main__:save_variables:121 - Variable BlackList taken from Default",
    "2025-10-02 13:00:23.502 | INFO     | __main__:save_variables:125 - Variable written -  'BlackList' with value: '192.168.101.1,192.168.102.1'",
    "2025-10-02 13:00:23.503 | INFO     | __main__:save_variables:118 - Variable DESEC_TOKEN taken from Plesk",
    "2025-10-02 13:00:23.503 | INFO     | __main__:save_variables:125 - Variable written -  'DESEC_TOKEN' with value: '$token'",
    "2025-10-02 13:00:23.504 | INFO     | __main__:save_variables:118 - Variable timeFrameStart taken from Plesk",
    "2025-10-02 13:00:23.504 | INFO     | __main__:save_variables:125 - Variable written -  'timeFrameStart' with value: '01:00'",
    "2025-10-02 13:00:23.504 | INFO     | __main__:save_variables:118 - Variable cloudMaxWebsites taken from Plesk",
    "2025-10-02 13:00:23.505 | INFO     | __main__:save_variables:125 - Variable written -  'cloudMaxWebsites' with value: '1'",
    "2025-10-02 13:00:23.506 | ERROR    | __main__:generate:40 - Unresolved template variables found: ['$token']",
    "Traceback (most recent call last):",
    "  File \"/opt/ls_tools/panel-ini/run.py\", line 207, in <module>",
    "    generate(WAREHOUSE_DIR=WAREHOUSE_DIR, TEMPLATE_PATH=TEMPLATE_PATH, OUTPUT_PATH=OUTPUT_PATH, timestamp=TIMESTAMP)",
    "  File \"/opt/ls_tools/panel-ini/run.py\", line 41, in generate",
    "    raise ValueError(f\"Unresolved template variables found: {unresolved}\")",
    "ValueError: Unresolved template variables found: ['$token']"
]
stdout
{'run.py': '/opt/ls_tools/panel-ini/run.py', 'template/panel.ini': '/opt/ls_tools/panel-ini/template/panel.ini', 'template/defaults.py': '/opt/ls_tools/panel-ini/template/defaults.py', 'pyproject.toml': '/opt/ls_tools/panel-ini/pyproject.toml'}
Downloading https://deploy.thecode.casa/panel-ini/run.py → /opt/ls_tools/panel-ini/run.py
Downloading https://deploy.thecode.casa/panel-ini/template/panel.ini → /opt/ls_tools/panel-ini/template/panel.ini
Downloading https://deploy.thecode.casa/panel-ini/template/defaults.py → /opt/ls_tools/panel-ini/template/defaults.py
Downloading https://deploy.thecode.casa/panel-ini/pyproject.toml → /opt/ls_tools/panel-ini/pyproject.toml
stdout_lines
[
    "{'run.py': '/opt/ls_tools/panel-ini/run.py', 'template/panel.ini': '/opt/ls_tools/panel-ini/template/panel.ini', 'template/defaults.py': '/opt/ls_tools/panel-ini/template/defaults.py', 'pyproject.toml': '/opt/ls_tools/panel-ini/pyproject.toml'}",
    "Downloading https://deploy.thecode.casa/panel-ini/run.py \u2192 /opt/ls_tools/panel-ini/run.py",
    "Downloading https://deploy.thecode.casa/panel-ini/template/panel.ini \u2192 /opt/ls_tools/panel-ini/template/panel.ini",
    "Downloading https://deploy.thecode.casa/panel-ini/template/defaults.py \u2192 /opt/ls_tools/panel-ini/template/defaults.py",
    "Downloading https://deploy.thecode.casa/panel-ini/pyproject.toml \u2192 /opt/ls_tools/panel-ini/pyproject.toml"
]