Execution
Date 15 Dec 2025 09:55:36 +0000
Duration 00:21:13.46
Controller aio1.openstack.local
User root
Versions
Ansible 2.18.6
ara 1.7.4 / 1.7.4
Python 3.12.3
Summary
15 Hosts
924 Tasks
1203 Results
46 Plays
212 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_slushee.conf
diff
--- before

+++ after

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

 {
     "path": "/etc/apache2/sites-enabled/openstack_slushee.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_slushee.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_slushee.conf",
        "recurse": false,
        "selevel": null,
        "serole": null,
        "setype": null,
        "seuser": null,
        "src": "/etc/apache2/sites-available/openstack_slushee.conf",
        "state": "link",
        "unsafe_writes": false
    }
}
mode
0777
owner
root
size
51
src
/etc/apache2/sites-available/openstack_slushee.conf
state
link
uid
0
vhost
{
    "address": "172.29.239.71",
    "directories": [
        {
            "options": [
                "Options +FollowSymlinks +Indexes",
                "AllowOverride None",
                "AddOutputFilterByType DEFLATE application/json",
                "AddOutputFilterByType DEFLATE text/javascript",
                "AddOutputFilterByType DEFLATE text/plain",
                "AddOutputFilterByType DEFLATE text/xml"
            ],
            "path": "/var/www/repo"
        }
    ],
    "document_root": "/var/www/repo",
    "headers": [
        "Header set X-WHOAMI \"OpenStack Private Slushee Repository aio1-repo-container-7d639533\""
    ],
    "log_level": "info",
    "name": "openstack_slushee",
    "port": 8181,
    "server_name": "openstack-slushee",
    "ssl": false
}