Execution
Date 18 Mar 2026 12:07:19 +0000
Duration 00:00:05.92
Controller ssh-gw-4.layershift.com
User root
Versions
Ansible 2.16.13
ara 1.7.4 / 1.7.4
Python 3.10.10
Summary
22 Hosts
1 Tasks
22 Results
1 Plays
1 Files
0 Records

Task result details


Field Value
changed
True
cmd
cat /etc/mdadm.conf
delta
0:00:00.003592
end
2026-03-18 12:07:20.585400
invocation
{
    "module_args": {
        "_raw_params": "cat /etc/mdadm.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
2026-03-18 12:07:20.581808
stderr

stderr_lines
[]
stdout
# mdadm.conf written out by anaconda
MAILADDR root
AUTO +imsm +1.x -all
ARRAY /dev/md/root level=raid1 num-devices=2 UUID=6ab606cf:f2683360:23afbe90:e43ca847
ARRAY /dev/md/vhs_boot level=raid1 num-devices=2 UUID=e66b0cfd:a2c462b2:7ba56282:b5dbba16
ARRAY /dev/md/vz level=raid10 num-devices=4 UUID=de8a41e5:a97fee58:64a5b2a4:37847dd9
stdout_lines
[
    "# mdadm.conf written out by anaconda",
    "MAILADDR root",
    "AUTO +imsm +1.x -all",
    "ARRAY /dev/md/root level=raid1 num-devices=2 UUID=6ab606cf:f2683360:23afbe90:e43ca847",
    "ARRAY /dev/md/vhs_boot level=raid1 num-devices=2 UUID=e66b0cfd:a2c462b2:7ba56282:b5dbba16",
    "ARRAY /dev/md/vz level=raid10 num-devices=4 UUID=de8a41e5:a97fee58:64a5b2a4:37847dd9"
]