Execution
Date 12 Jun 2024 02:48:15 +0100
Duration 00:01:16.33
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
2 Hosts
1 Tasks
2 Results
1 Plays
1 Files
0 Records

Task result details

  • Status
    OK
  • Duration
    00:01:15.82
  • Play
    Playbook to disable tls check during migration
  • Task
    Disable TLS check
  • Host
    mbox2

Field Value
changed
False
cmd
set -o pipefail
su -l zimbra -c "zmlocalconfig -e ldap_starttls_required=false"
su -l zimbra -c "zmlocalconfig -e ldap_starttls_supported=0"
su -l zimbra -c "zmcontrol restart"
delta
0:01:14.946792
end
2024-06-12 01:49:31.914946
invocation
{
    "module_args": {
        "_raw_params": "set -o pipefail\nsu -l zimbra -c \"zmlocalconfig -e ldap_starttls_required=false\"\nsu -l zimbra -c \"zmlocalconfig -e ldap_starttls_supported=0\"\nsu -l zimbra -c \"zmcontrol restart\"\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-12 01:48:16.968154
stderr

stderr_lines
[]
stdout
Host mbox2.mail.ls
	Stopping vmware-ha...Done.
	Stopping zmconfigd...Done.
	Stopping zimlet webapp...Done.
	Stopping zimbraAdmin webapp...Done.
	Stopping zimbra webapp...Done.
	Stopping service webapp...Done.
	Stopping stats...Done.
	Stopping onlyoffice...Done.
	Stopping spell...Done.
	Stopping snmp...Done.
	Stopping cbpolicyd...Done.
	Stopping archiving...Done.
	Stopping opendkim...Done.
	Stopping amavis...Done.
	Stopping antivirus...Done.
	Stopping antispam...Done.
	Stopping proxy...Done.
	Stopping memcached...Done.
	Stopping mailbox...Done.
	Stopping convertd...Done.
	Stopping logger...Done.
	Stopping dnscache...Done.
Host mbox2.mail.ls
	Starting zmconfigd...Done.
	Starting logger...Done.
	Starting convertd...Done.
	Starting mailbox...Done.
	Starting spell...Done.
	Starting stats...Done.
	Starting service webapp...Done.
	Starting zimbra webapp...Done.
	Starting zimbraAdmin webapp...Done.
	Starting zimlet webapp...Done.
stdout_lines
[
    "Host mbox2.mail.ls",
    "\tStopping vmware-ha...Done.",
    "\tStopping zmconfigd...Done.",
    "\tStopping zimlet webapp...Done.",
    "\tStopping zimbraAdmin webapp...Done.",
    "\tStopping zimbra webapp...Done.",
    "\tStopping service webapp...Done.",
    "\tStopping stats...Done.",
    "\tStopping onlyoffice...Done.",
    "\tStopping spell...Done.",
    "\tStopping snmp...Done.",
    "\tStopping cbpolicyd...Done.",
    "\tStopping archiving...Done.",
    "\tStopping opendkim...Done.",
    "\tStopping amavis...Done.",
    "\tStopping antivirus...Done.",
    "\tStopping antispam...Done.",
    "\tStopping proxy...Done.",
    "\tStopping memcached...Done.",
    "\tStopping mailbox...Done.",
    "\tStopping convertd...Done.",
    "\tStopping logger...Done.",
    "\tStopping dnscache...Done.",
    "Host mbox2.mail.ls",
    "\tStarting zmconfigd...Done.",
    "\tStarting logger...Done.",
    "\tStarting convertd...Done.",
    "\tStarting mailbox...Done.",
    "\tStarting spell...Done.",
    "\tStarting stats...Done.",
    "\tStarting service webapp...Done.",
    "\tStarting zimbra webapp...Done.",
    "\tStarting zimbraAdmin webapp...Done.",
    "\tStarting zimlet webapp...Done."
]