Execution
Date 08 Dec 2025 13:39:52 +0000
Duration 00:35:02.03
Controller aio1.openstack.local
User root
Versions
Ansible 2.18.6
ara 1.7.4 / 1.7.4
Python 3.12.3
Summary
2 Hosts
1377 Tasks
1365 Results
104 Plays
504 Files
0 Records

Task result details

  • Status
    CHANGED
  • Duration
    00:00:01.13
  • Play
    Installation and setup of Keystone
  • Task
    httpd : Enable required vhosts
  • Host
    aio1

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.100",
    "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",
    "ssl": false
}