Execution
Date 15 Dec 2025 10:19:13 +0000
Duration 00:23:12.82
Controller aio1.openstack.local
User root
Versions
Ansible 2.18.6
ara 1.7.4 / 1.7.4
Python 3.12.3
Summary
9 Hosts
618 Tasks
960 Results
108 Plays
456 Files
0 Records

Task result details


Field Value
changed
True
msg
All items completed
results

Result #1

Field Value
ansible_loop_var
vhost
changed
True
dest
/etc/apache2/sites-enabled/openstack_keystone.conf
diff
--- before

+++ after

@@ -1,4 +1,4 @@

 {
     "path": "/etc/apache2/sites-enabled/openstack_keystone.conf",
-    "state": "absent"
+    "state": "link"
 }
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,
        "dest": "/etc/apache2/sites-enabled/openstack_keystone.conf",
        "follow": true,
        "force": false,
        "group": null,
        "mode": null,
        "modification_time": null,
        "modification_time_format": "%Y%m%d%H%M.%S",
        "owner": null,
        "path": "/etc/apache2/sites-enabled/openstack_keystone.conf",
        "recurse": false,
        "selevel": null,
        "serole": null,
        "setype": null,
        "seuser": null,
        "src": "/etc/apache2/sites-available/openstack_keystone.conf",
        "state": "link",
        "unsafe_writes": false
    }
}
mode
0777
owner
root
size
52
src
/etc/apache2/sites-available/openstack_keystone.conf
state
link
uid
0
vhost
{
    "address": "172.29.236.150",
    "directories": [],
    "headers": [
        "Header set X-Content-Type-Options \"nosniff\"",
        "Header set X-XSS-Protection \"1; mode=block\"",
        "Header set Content-Security-Policy \"default-src 'self' https: wss:;\"",
        "",
        "Header set X-Frame-Options DENY"
    ],
    "locations": [],
    "log_format": "combined",
    "log_level": "info",
    "name": "openstack_keystone",
    "options": [
        "Options +FollowSymLinks",
        "ProxyPass / uwsgi://127.0.0.1:35358/"
    ],
    "port": 5000,
    "server_name": "aio1-keystone-container-099b553e",
    "ssl": false
}