Execution
Date 16 Sep 2024 12:39:03 +0100
Duration 00:00:04.90
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
14 Hosts
1 Tasks
14 Results
1 Plays
1 Files
0 Records

Task result details

  • Status
    CHANGED
  • Duration
    00:00:01.51
  • Play
    Ansible Ad-Hoc
  • Task
    shell
  • Host
    kvm2-dev

Field Value
ansible_facts
{
    "discovered_interpreter_python": "/usr/bin/python3"
}
changed
True
cmd
systemctl stop firewalld; systemctl disable firewalld
delta
0:00:00.271362
end
2024-09-16 11:39:04.887053
invocation
{
    "module_args": {
        "_raw_params": "systemctl stop firewalld; systemctl disable firewalld",
        "_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
2024-09-16 11:39:04.615691
stderr
Removed "/etc/systemd/system/dbus-org.fedoraproject.FirewallD1.service".
Removed "/etc/systemd/system/multi-user.target.wants/firewalld.service".
stderr_lines
[
    "Removed \"/etc/systemd/system/dbus-org.fedoraproject.FirewallD1.service\".",
    "Removed \"/etc/systemd/system/multi-user.target.wants/firewalld.service\"."
]
stdout

stdout_lines
[]