Execution
Date 14 Apr 2025 15:04:27 +0100
Duration 00:00:10.48
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
24 Hosts
3 Tasks
72 Results
1 Plays
1 Files
0 Records

Task result details

  • Status
    OK
  • Duration
    00:00:01.21
  • Play
    Playbook to add rules and verify them
  • Task
    Run the command
  • Host
    kvm021

Field Value
ansible_facts
{
    "discovered_interpreter_python": "/usr/bin/python3"
}
changed
False
cmd
set -o pipefail
ovs-ofctl add-flow br-int "table=3 cookie=0xFFFFFFFFFFFFFFFF priority=39900 action=normal"
ovs-ofctl add-flow br-int "table=5 cookie=0xFFFFFFFFFFFFFFFF priority=39900 action=normal"
ovs-ofctl dump-flows br-int | grep cookie=0xffffffffffffffff | egrep "table=3|table=5"
delta
0:00:00.017790
end
2025-04-14 14:04:29.044729
failed_when_result
False
invocation
{
    "module_args": {
        "_raw_params": "set -o pipefail\novs-ofctl add-flow br-int \"table=3 cookie=0xFFFFFFFFFFFFFFFF priority=39900 action=normal\"\novs-ofctl add-flow br-int \"table=5 cookie=0xFFFFFFFFFFFFFFFF priority=39900 action=normal\"\novs-ofctl dump-flows br-int | grep cookie=0xffffffffffffffff | egrep \"table=3|table=5\"\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-04-14 14:04:29.026939
stderr

stderr_lines
[]
stdout
cookie=0xffffffffffffffff, duration=0.009s, table=3, n_packets=0, n_bytes=0, idle_age=0, priority=39900 actions=NORMAL
 cookie=0xffffffffffffffff, duration=0.004s, table=5, n_packets=0, n_bytes=0, idle_age=0, priority=39900 actions=NORMAL
stdout_lines
[
    " cookie=0xffffffffffffffff, duration=0.009s, table=3, n_packets=0, n_bytes=0, idle_age=0, priority=39900 actions=NORMAL",
    " cookie=0xffffffffffffffff, duration=0.004s, table=5, n_packets=0, n_bytes=0, idle_age=0, priority=39900 actions=NORMAL"
]