Execution
Date 08 Dec 2025 13:40:18 +0000
Duration 00:10:06.79
Controller aio1.openstack.local
User root
Versions
Ansible 2.18.6
ara 1.7.4 / 1.7.4
Python 3.12.11
Summary
15 Hosts
608 Tasks
2412 Results
18 Plays
158 Files
0 Records

Task result details

  • Status
    CHANGED
  • Duration
    00:00:00.21
  • Play
    Basic host setup
  • Task
    systemd_service : Create TEMP service lock dir
  • Host
    aio1

Field Value
changed
True
msg
All items completed
results

Result #1

Field Value
ansible_loop_var
item
changed
True
diff
--- before

+++ after

@@ -1,5 +1,5 @@

 {
-    "mode": "0755",
+    "mode": "02755",
     "path": "/run/lock/openstack-hosts",
-    "state": "absent"
+    "state": "directory"
 }
failed
False
gid
0
group
root
invocation
{
    "module_args": {
        "_diff_peek": null,
        "_original_basename": null,
        "access_time": null,
        "access_time_format": "%Y%m%d%H%M.%S",
        "attributes": null,
        "follow": true,
        "force": false,
        "group": "root",
        "mode": "02755",
        "modification_time": null,
        "modification_time_format": "%Y%m%d%H%M.%S",
        "owner": "root",
        "path": "/run/lock/openstack-hosts",
        "recurse": false,
        "selevel": null,
        "serole": null,
        "setype": null,
        "seuser": null,
        "src": null,
        "state": "directory",
        "unsafe_writes": false
    }
}
item
{
    "config_overrides": {
        "Service": {
            "RemainAfterExit": true
        },
        "Unit": {
            "After": "network-online.target",
            "Description": "networking-post-up",
            "Wants": "network-online.target"
        }
    },
    "enabled": true,
    "execstarts": [
        "/usr/sbin/iptables -t nat -A POSTROUTING -o ens3 -j MASQUERADE",
        "/usr/sbin/ethtool -K br-mgmt gso off sg off tso off tx off",
        "/usr/sbin/ethtool -K br-vxlan gso off sg off tso off tx off",
        "/usr/sbin/ethtool -K br-storage gso off sg off tso off tx off",
        "/usr/sbin/ethtool -K br-vlan gso off sg off tso off tx off",
        "/usr/sbin/ip link set eth12 up",
        "/usr/sbin/ip link set br-vlan-veth up",
        "/usr/sbin/ethtool -K eth12 gso off sg off tso off tx off"
    ],
    "execstops": [
        "/usr/sbin/iptables -t nat -D POSTROUTING -o ens3 -j MASQUERADE"
    ],
    "service_name": "networking-post-up",
    "service_type": "oneshot",
    "state": "started"
}
mode
02755
owner
root
path
/run/lock/openstack-hosts
secontext
unconfined_u:object_r:var_lock_t:s0
size
40
state
directory
uid
0