Execution
Date 11 Dec 2025 15:06:28 +0000
Duration 00:00:03.77
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
20 Hosts
1 Tasks
20 Results
1 Plays
1 Files
0 Records

Task result details


Field Value
changed
True
cmd
cat /etc/sysctl.conf
delta
0:00:00.005333
end
2025-12-11 15:06:30.421618
invocation
{
    "module_args": {
        "_raw_params": "cat /etc/sysctl.conf",
        "_uses_shell": true,
        "argv": null,
        "chdir": null,
        "creates": null,
        "executable": null,
        "expand_argument_vars": true,
        "removes": null,
        "stdin": null,
        "stdin_add_newline": true,
        "strip_empty_ends": true
    }
}
msg

rc
0
start
2025-12-11 15:06:30.416285
stderr

stderr_lines
[]
stdout
# sysctl settings are defined through files in
# /usr/lib/sysctl.d/, /run/sysctl.d/, and /etc/sysctl.d/.
#
# Vendors settings live in /usr/lib/sysctl.d/.
# To override a whole file, create a new file with the same in
# /etc/sysctl.d/ and put new settings there. To override
# only specific settings, add a file with a lexically later
# name in /etc/sysctl.d/ and put new settings there.
#
# For more information, see sysctl.conf(5) and sysctl.d(5).
# vm.swappiness=0
fs.proc_super_gid=972
stdout_lines
[
    "# sysctl settings are defined through files in",
    "# /usr/lib/sysctl.d/, /run/sysctl.d/, and /etc/sysctl.d/.",
    "#",
    "# Vendors settings live in /usr/lib/sysctl.d/.",
    "# To override a whole file, create a new file with the same in",
    "# /etc/sysctl.d/ and put new settings there. To override",
    "# only specific settings, add a file with a lexically later",
    "# name in /etc/sysctl.d/ and put new settings there.",
    "#",
    "# For more information, see sysctl.conf(5) and sysctl.d(5).",
    "# vm.swappiness=0",
    "fs.proc_super_gid=972"
]