Execution
Date 08 Jan 2025 10:54:31 +0000
Duration 00:00:03.74
Controller ssh-gw-4.layershift.com
User root
Versions
Ansible 2.16.11
ara 1.7.2 / 1.7.2
Python 3.10.10
Summary
5 Hosts
1 Tasks
5 Results
1 Plays
1 Files
0 Records

Task result details

  • Status
    OK
  • Duration
    00:00:02.94
  • Play
    Playbook to check tls status
  • Task
    Show TLS check

Field Value
ansible_facts
{
    "discovered_interpreter_python": "/usr/libexec/platform-python"
}
changed
False
cmd
set -o pipefail
su -l zimbra -c "zmlocalconfig -s ldap_starttls_required"
su -l zimbra -c "zmlocalconfig -s ldap_starttls_supported"
delta
0:00:02.058201
end
2025-01-08 10:54:34.490927
invocation
{
    "module_args": {
        "_raw_params": "set -o pipefail\nsu -l zimbra -c \"zmlocalconfig -s ldap_starttls_required\"\nsu -l zimbra -c \"zmlocalconfig -s ldap_starttls_supported\"\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-01-08 10:54:32.432726
stderr

stderr_lines
[]
stdout
ldap_starttls_required = true
ldap_starttls_supported = 1
stdout_lines
[
    "ldap_starttls_required = true",
    "ldap_starttls_supported = 1"
]