Execution
Date
14 Apr 2025 14:44:08 +0100
Duration
00:00:01.67
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
4
Results
1
Plays
1
Files
0
Records
Task result details
-
Date14 Apr 2025 14:44:09 +0100
-
Module / Actionansible.builtin.shell (/home/ssh-gateway/ansible/kuly/RM10003.yaml:6)
| 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.026890 |
| end |
2025-04-14 13:44:09.542573 |
| 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 13:44:09.515683 |
| stderr |
|
| stderr_lines |
[]
|
| stdout |
cookie=0xffffffffffffffff, duration=0.012s, table=3, n_packets=3, n_bytes=207, idle_age=0, priority=39900 actions=NORMAL cookie=0xffffffffffffffff, duration=0.007s, table=5, n_packets=0, n_bytes=0, idle_age=0, priority=39900 actions=NORMAL |
| stdout_lines |
[ " cookie=0xffffffffffffffff, duration=0.012s, table=3, n_packets=3, n_bytes=207, idle_age=0, priority=39900 actions=NORMAL", " cookie=0xffffffffffffffff, duration=0.007s, table=5, n_packets=0, n_bytes=0, idle_age=0, priority=39900 actions=NORMAL" ] |