Execution
Date 15 Dec 2025 09:38:00 +0000
Duration 00:17:22.68
Controller aio1.openstack.local
User root
Versions
Ansible 2.18.6
ara 1.7.4 / 1.7.4
Python 3.12.3
Summary
18 Hosts
603 Tasks
2798 Results
18 Plays
138 Files
0 Records

Task result details

  • Status
    OK
  • Duration
    00:00:00.05
  • Play
    Basic host setup
  • Task
    systemd_service : Including systemd_load tasks
  • Host
    aio1

Field Value
changed
False
msg
All items completed
results

Result #1

Field Value
ansible_loop_var
service
include
systemd_load.yml
include_args
{
    "apply": {
        "tags": [
            "systemd-service"
        ]
    }
}
service
{
    "config_overrides": {
        "Service": {
            "RemainAfterExit": true
        },
        "Unit": {
            "After": "network-online.target",
            "Description": "networking-post-up",
            "Wants": "network-online.target"
        }
    },
    "enabled": true,
    "execstarts": [
        "/sbin/iptables -t nat -A POSTROUTING -o enX0 -j MASQUERADE",
        "/sbin/ethtool -K br-mgmt gso off sg off tso off tx off",
        "/sbin/ethtool -K br-vxlan gso off sg off tso off tx off",
        "/sbin/ethtool -K br-storage gso off sg off tso off tx off",
        "/sbin/ethtool -K br-vlan gso off sg off tso off tx off",
        "/sbin/ip link set eth12 up",
        "/sbin/ip link set br-vlan-veth up",
        "/sbin/ethtool -K eth12 gso off sg off tso off tx off"
    ],
    "execstops": [
        "/sbin/iptables -t nat -D POSTROUTING -o enX0 -j MASQUERADE"
    ],
    "service_name": "networking-post-up",
    "service_type": "oneshot",
    "state": "started"
}