run_post_install_task
Execute a Jenkins/Ansible post-install task on a server by specifying task ID or name and parameters. Use it to run operations like installing GPU drivers after OS reinstall.
Instructions
Выполнить Jenkins/Ansible-задачу на сервере (jenkins/call): ID или имя задачи из list_post_install_tasks + доп. параметры. Например, установка GPU-драйверов после переустановки ОС.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID сервера | |
| task | Yes | ID или имя задачи из list_post_install_tasks | |
| params | No | Дополнительные параметры задачи | |
| confirm | Yes | Must be true to run the operation. |