Execution
Date 17 Nov 2025 09:54:16 +0000
Duration 00:01:34.47
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
1 Tasks
1 Results
1 Plays
1 Files
0 Records

Task result details

  • Status
    OK
  • Duration
    00:01:33.97
  • Play
    Playbook to install and config tuned on CRs
  • Task
    Install
  • Host
    sin2

Field Value
ansible_facts
{
    "discovered_interpreter_python": "/usr/bin/python3"
}
changed
False
cmd
set -o pipefail
dnf clean all
dnf -y install tuned
systemctl enable --now tuned.service
mkdir -p /etc/tuned/ls-cr-tweaks/
cat > /etc/tuned/ls-cr-tweaks/tuned.conf << EOF
[main]
summary=LS optimized profile for COMPUTE RESOURCES

[sysctl]
vm.swappiness = 10

[scheduler]
runtime=0
sched_migration_cost_ns = 5000000
EOF
tuned-adm profile ls-cr-tweaks
delta
0:01:26.060720
end
2025-11-17 09:55:50.999875
invocation
{
    "module_args": {
        "_raw_params": "set -o pipefail\ndnf clean all\ndnf -y install tuned\nsystemctl enable --now tuned.service\nmkdir -p /etc/tuned/ls-cr-tweaks/\ncat > /etc/tuned/ls-cr-tweaks/tuned.conf << EOF\n[main]\nsummary=LS optimized profile for COMPUTE RESOURCES\n\n[sysctl]\nvm.swappiness = 10\n\n[scheduler]\nruntime=0\nsched_migration_cost_ns = 5000000\nEOF\ntuned-adm profile ls-cr-tweaks\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

rc
0
start
2025-11-17 09:54:24.939155
stderr

stderr_lines
[]
stdout
53 files removed
AlmaLinux 9 - AppStream                          18 MB/s |  22 MB     00:01    
AlmaLinux 9 - BaseOS                             36 MB/s |  35 MB     00:00    
AlmaLinux 9 - Extras                             26 kB/s |  20 kB     00:00    
Extra Packages for Enterprise Linux 9 - x86_64  302 kB/s |  20 MB     01:07    
Extra Packages for Enterprise Linux 9 openh264  1.3 kB/s | 2.5 kB     00:01    
kernelcare                                       82 kB/s |  25 kB     00:00    
created by dnf config-manager from http://mirro 246 kB/s | 454 kB     00:01    
Dependencies resolved.
================================================================================
 Package                   Arch        Version                Repository   Size
================================================================================
Installing:
 tuned                     noarch      2.25.1-2.el9_6         baseos      351 k
Installing dependencies:
 hdparm                    x86_64      9.62-2.el9             baseos       95 k
 python3-inotify           noarch      0.9.6-25.el9           baseos       52 k
 python3-linux-procfs      noarch      0.7.3-1.el9            baseos       30 k
 python3-pyudev            noarch      0.22.0-6.el9           baseos       76 k
 virt-what                 x86_64      1.27-1.el9             baseos       42 k

Transaction Summary
================================================================================
Install  6 Packages

Total download size: 645 k
Installed size: 2.0 M
Downloading Packages:
(1/6): python3-linux-procfs-0.7.3-1.el9.noarch. 801 kB/s |  30 kB     00:00    
(2/6): python3-inotify-0.9.6-25.el9.noarch.rpm  1.3 MB/s |  52 kB     00:00    
(3/6): hdparm-9.62-2.el9.x86_64.rpm             2.4 MB/s |  95 kB     00:00    
(4/6): virt-what-1.27-1.el9.x86_64.rpm          9.8 MB/s |  42 kB     00:00    
(5/6): python3-pyudev-0.22.0-6.el9.noarch.rpm    11 MB/s |  76 kB     00:00    
(6/6): tuned-2.25.1-2.el9_6.noarch.rpm           60 MB/s | 351 kB     00:00    
--------------------------------------------------------------------------------
Total                                           838 kB/s | 645 kB     00:00     
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
  Preparing        :                                                        1/1 
  Installing       : virt-what-1.27-1.el9.x86_64                            1/6 
  Installing       : python3-pyudev-0.22.0-6.el9.noarch                     2/6 
  Installing       : python3-linux-procfs-0.7.3-1.el9.noarch                3/6 
  Installing       : python3-inotify-0.9.6-25.el9.noarch                    4/6 
  Installing       : hdparm-9.62-2.el9.x86_64                               5/6 
  Installing       : tuned-2.25.1-2.el9_6.noarch                            6/6 
  Running scriptlet: tuned-2.25.1-2.el9_6.noarch                            6/6 
Created symlink /etc/systemd/system/multi-user.target.wants/tuned.service → /usr/lib/systemd/system/tuned.service.

  Verifying        : hdparm-9.62-2.el9.x86_64                               1/6 
  Verifying        : python3-inotify-0.9.6-25.el9.noarch                    2/6 
  Verifying        : python3-linux-procfs-0.7.3-1.el9.noarch                3/6 
  Verifying        : python3-pyudev-0.22.0-6.el9.noarch                     4/6 
  Verifying        : tuned-2.25.1-2.el9_6.noarch                            5/6 
  Verifying        : virt-what-1.27-1.el9.x86_64                            6/6 

Installed:
  hdparm-9.62-2.el9.x86_64                 python3-inotify-0.9.6-25.el9.noarch 
  python3-linux-procfs-0.7.3-1.el9.noarch  python3-pyudev-0.22.0-6.el9.noarch  
  tuned-2.25.1-2.el9_6.noarch              virt-what-1.27-1.el9.x86_64         

Complete!
stdout_lines
[
    "53 files removed",
    "AlmaLinux 9 - AppStream                          18 MB/s |  22 MB     00:01    ",
    "AlmaLinux 9 - BaseOS                             36 MB/s |  35 MB     00:00    ",
    "AlmaLinux 9 - Extras                             26 kB/s |  20 kB     00:00    ",
    "Extra Packages for Enterprise Linux 9 - x86_64  302 kB/s |  20 MB     01:07    ",
    "Extra Packages for Enterprise Linux 9 openh264  1.3 kB/s | 2.5 kB     00:01    ",
    "kernelcare                                       82 kB/s |  25 kB     00:00    ",
    "created by dnf config-manager from http://mirro 246 kB/s | 454 kB     00:01    ",
    "Dependencies resolved.",
    "================================================================================",
    " Package                   Arch        Version                Repository   Size",
    "================================================================================",
    "Installing:",
    " tuned                     noarch      2.25.1-2.el9_6         baseos      351 k",
    "Installing dependencies:",
    " hdparm                    x86_64      9.62-2.el9             baseos       95 k",
    " python3-inotify           noarch      0.9.6-25.el9           baseos       52 k",
    " python3-linux-procfs      noarch      0.7.3-1.el9            baseos       30 k",
    " python3-pyudev            noarch      0.22.0-6.el9           baseos       76 k",
    " virt-what                 x86_64      1.27-1.el9             baseos       42 k",
    "",
    "Transaction Summary",
    "================================================================================",
    "Install  6 Packages",
    "",
    "Total download size: 645 k",
    "Installed size: 2.0 M",
    "Downloading Packages:",
    "(1/6): python3-linux-procfs-0.7.3-1.el9.noarch. 801 kB/s |  30 kB     00:00    ",
    "(2/6): python3-inotify-0.9.6-25.el9.noarch.rpm  1.3 MB/s |  52 kB     00:00    ",
    "(3/6): hdparm-9.62-2.el9.x86_64.rpm             2.4 MB/s |  95 kB     00:00    ",
    "(4/6): virt-what-1.27-1.el9.x86_64.rpm          9.8 MB/s |  42 kB     00:00    ",
    "(5/6): python3-pyudev-0.22.0-6.el9.noarch.rpm    11 MB/s |  76 kB     00:00    ",
    "(6/6): tuned-2.25.1-2.el9_6.noarch.rpm           60 MB/s | 351 kB     00:00    ",
    "--------------------------------------------------------------------------------",
    "Total                                           838 kB/s | 645 kB     00:00     ",
    "Running transaction check",
    "Transaction check succeeded.",
    "Running transaction test",
    "Transaction test succeeded.",
    "Running transaction",
    "  Preparing        :                                                        1/1 ",
    "  Installing       : virt-what-1.27-1.el9.x86_64                            1/6 ",
    "  Installing       : python3-pyudev-0.22.0-6.el9.noarch                     2/6 ",
    "  Installing       : python3-linux-procfs-0.7.3-1.el9.noarch                3/6 ",
    "  Installing       : python3-inotify-0.9.6-25.el9.noarch                    4/6 ",
    "  Installing       : hdparm-9.62-2.el9.x86_64                               5/6 ",
    "  Installing       : tuned-2.25.1-2.el9_6.noarch                            6/6 ",
    "  Running scriptlet: tuned-2.25.1-2.el9_6.noarch                            6/6 ",
    "Created symlink /etc/systemd/system/multi-user.target.wants/tuned.service \u2192 /usr/lib/systemd/system/tuned.service.",
    "",
    "  Verifying        : hdparm-9.62-2.el9.x86_64                               1/6 ",
    "  Verifying        : python3-inotify-0.9.6-25.el9.noarch                    2/6 ",
    "  Verifying        : python3-linux-procfs-0.7.3-1.el9.noarch                3/6 ",
    "  Verifying        : python3-pyudev-0.22.0-6.el9.noarch                     4/6 ",
    "  Verifying        : tuned-2.25.1-2.el9_6.noarch                            5/6 ",
    "  Verifying        : virt-what-1.27-1.el9.x86_64                            6/6 ",
    "",
    "Installed:",
    "  hdparm-9.62-2.el9.x86_64                 python3-inotify-0.9.6-25.el9.noarch ",
    "  python3-linux-procfs-0.7.3-1.el9.noarch  python3-pyudev-0.22.0-6.el9.noarch  ",
    "  tuned-2.25.1-2.el9_6.noarch              virt-what-1.27-1.el9.x86_64         ",
    "",
    "Complete!"
]