Execution
Date
03 Apr 2024 08:32:24 +0100
Duration
00:00:10.65
Controller
ssh-gw-4.layershift.com
User
root
Versions
Ansible
2.16.4
ara
1.7.1 / 1.7.2.dev2
Python
3.10.10
Summary
1
Hosts
4
Tasks
4
Results
1
Plays
1
Files
0
Records
Task result details
-
StatusOK
-
Duration00:00:02.13
-
PlayPlaybook to check if the NFS mount path exists on server
-
TaskRun command to check the mounts
-
Date03 Apr 2024 08:32:34 +0100
-
Module / Actionansible.builtin.shell (/home/ssh-gateway/ansible/projects/RM9380/RM9380-verify-folders-on-nfs-servers.yaml:19)
| Field | Value |
|---|---|
| changed |
False |
| cmd |
set -o pipefail timeout -s SIGKILL 5 ls -la "/var/www/webroot/ROOT" >/dev/null && (cat /etc/exports | grep "/var/www/webroot/ROOT") |
| delta |
0:00:00.006307 |
| end |
2024-04-03 07:32:34.896641 |
| invocation |
{ "module_args": { "_raw_params": "set -o pipefail\ntimeout -s SIGKILL 5 ls -la \"/var/www/webroot/ROOT\" >/dev/null && (cat /etc/exports | grep \"/var/www/webroot/ROOT\")\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 |
2024-04-03 07:32:34.890334 |
| stderr |
|
| stderr_lines |
[]
|
| stdout |
"/var/www/webroot/ROOT" 10.10.16.84(async,rw,no_subtree_check,no_root_squash) |
| stdout_lines |
[ "\"/var/www/webroot/ROOT\"\t10.10.16.84(async,rw,no_subtree_check,no_root_squash)" ] |