Execution
Date 14 Apr 2025 14:48:38 +0100
Duration 00:00:01.24
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
2 Hosts
2 Tasks
3 Results
1 Plays
1 Files
0 Records

Task result details

  • Status
    OK
  • Duration
    00:00:00.51
  • Play
    Playbook to add rules and verify them
  • Task
    Run the command
  • Host
    kvm2-dev

Field Value
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.016355
end
2025-04-14 13:48:39.367433
invocation
{
    "module_args": {
        "_raw_params": "set -o pipefail\n#ovs-ofctl add-flow br-int \"table=3 cookie=0xFFFFFFFFFFFFFFFF priority=39900 action=normal\"\n#ovs-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 13:48:39.351078
stderr

stderr_lines
[]
stdout
cookie=0xffffffffffffffff, duration=252.312s, table=3, n_packets=9069, n_bytes=1034675, idle_age=0, priority=39900 actions=NORMAL
 cookie=0xffffffffffffffff, duration=252.307s, table=5, n_packets=2599, n_bytes=155036, idle_age=0, priority=39900 actions=NORMAL
stdout_lines
[
    " cookie=0xffffffffffffffff, duration=252.312s, table=3, n_packets=9069, n_bytes=1034675, idle_age=0, priority=39900 actions=NORMAL",
    " cookie=0xffffffffffffffff, duration=252.307s, table=5, n_packets=2599, n_bytes=155036, idle_age=0, priority=39900 actions=NORMAL"
]