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.11
  • Play
    Installation and setup of Keystone
  • Task
    httpd : Placing vhost files that should be present
  • Host
    aio1

Field Value
changed
True
msg
All items completed
results

Result #1

Field Value
ansible_loop_var
vhost
changed
True
checksum
0d7cb4500a61b8cdb6cb9e57e2e412879b1abd29
dest
/etc/apache2/sites-available/openstack_keystone.conf
diff

failed
False
gid
33
group
www-data
invocation
{
    "module_args": {
        "_original_basename": "httpd_vhost.conf.j2",
        "attributes": null,
        "backup": false,
        "checksum": "0d7cb4500a61b8cdb6cb9e57e2e412879b1abd29",
        "content": null,
        "dest": "/etc/apache2/sites-available/openstack_keystone.conf",
        "directory_mode": null,
        "follow": false,
        "force": true,
        "group": "www-data",
        "local_follow": null,
        "mode": "0640",
        "owner": "www-data",
        "remote_src": null,
        "selevel": null,
        "serole": null,
        "setype": null,
        "seuser": null,
        "src": "/root/.ansible/tmp/ansible-tmp-1765201301.4179008-53571-37285128775694/.source.conf",
        "unsafe_writes": false,
        "validate": null
    }
}
md5sum
4e9a797eaba3d303add717179f4fa12d
mode
0640
owner
www-data
size
544
src
/root/.ansible/tmp/ansible-tmp-1765201301.4179008-53571-37285128775694/.source.conf
state
file
uid
33
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
}