Execution
Date 06 Jun 2024 16:41:13 +0100
Duration 00:00:05.43
Controller ssh-gw-4.layershift.com
User root
Versions
Ansible 2.16.4
ara 1.7.1 / 1.7.1
Python 3.10.10
Summary
1 Hosts
1 Tasks
1 Results
1 Plays
1 Files
0 Records

Task result details

  • Status
    OK
  • Duration
    00:00:04.98
  • Play
    Check replication status on zimbra LDAP
  • Task
    Check status
  • Host
    ldap1

Field Value
changed
False
cmd
set -o pipefail
su -l zimbra -c "/opt/zimbra/libexec/zmldapmmrtool -q"
su -l zimbra -c "/opt/zimbra/libexec/zmreplchk"
delta
0:00:04.472783
end
2024-06-06 15:41:18.386382
invocation
{
    "module_args": {
        "_raw_params": "set -o pipefail\nsu -l zimbra -c \"/opt/zimbra/libexec/zmldapmmrtool -q\"\nsu -l zimbra -c \"/opt/zimbra/libexec/zmreplchk\"\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-06-06 15:41:13.913599
stderr

stderr_lines
[]
stdout
Master Server ID: 2
Master replication agreement: 1
rid: 100 URI: ldap://mail.ls:389/ TLS: critical
Master: ldap://ldap1.mail.ls:389 ServerID: 2 Code: 0 Status: In Sync CSNs:
20240606154023.620366Z#000000#001#000000
Master: ldap://mail.ls:389 ServerID: 1 Code: 0 Status: In Sync CSNs:
20240606154023.620366Z#000000#001#000000
stdout_lines
[
    "Master Server ID: 2",
    "Master replication agreement: 1",
    "rid: 100 URI: ldap://mail.ls:389/ TLS: critical",
    "Master: ldap://ldap1.mail.ls:389 ServerID: 2 Code: 0 Status: In Sync CSNs:",
    "20240606154023.620366Z#000000#001#000000",
    "Master: ldap://mail.ls:389 ServerID: 1 Code: 0 Status: In Sync CSNs:",
    "20240606154023.620366Z#000000#001#000000"
]