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.12
  • Play
    Installation and setup of Keystone
  • Task
    httpd : Ensure Apache configuration
  • Host
    aio1

Field Value
changed
True
msg
All items completed
results

Result #1

Field Value
ansible_loop_var
item
backup

changed
True
diff

failed
False
invocation
{
    "module_args": {
        "attributes": null,
        "backrefs": false,
        "backup": false,
        "create": false,
        "dest": "/etc/apache2/apache2.conf",
        "firstmatch": false,
        "group": null,
        "insertafter": null,
        "insertbefore": null,
        "line": "ServerName aio1.openstack.local",
        "mode": null,
        "owner": null,
        "path": "/etc/apache2/apache2.conf",
        "regexp": "^ServerName",
        "search_string": null,
        "selevel": null,
        "serole": null,
        "setype": null,
        "seuser": null,
        "state": "present",
        "unsafe_writes": false,
        "validate": null
    }
}
item
ServerName aio1.openstack.local
msg
line added



Result #2

Field Value
ansible_loop_var
item
backup

changed
True
diff

failed
False
invocation
{
    "module_args": {
        "attributes": null,
        "backrefs": false,
        "backup": false,
        "create": false,
        "dest": "/etc/apache2/apache2.conf",
        "firstmatch": false,
        "group": null,
        "insertafter": null,
        "insertbefore": null,
        "line": "ErrorLog syslog:daemon",
        "mode": null,
        "owner": null,
        "path": "/etc/apache2/apache2.conf",
        "regexp": "^ErrorLog",
        "search_string": null,
        "selevel": null,
        "serole": null,
        "setype": null,
        "seuser": null,
        "state": "present",
        "unsafe_writes": false,
        "validate": null
    }
}
item
ErrorLog syslog:daemon
msg
line replaced



Result #3

Field Value
ansible_loop_var
item
backup

changed
True
diff

failed
False
invocation
{
    "module_args": {
        "attributes": null,
        "backrefs": false,
        "backup": false,
        "create": false,
        "dest": "/etc/apache2/apache2.conf",
        "firstmatch": false,
        "group": null,
        "insertafter": null,
        "insertbefore": null,
        "line": "LogLevel info",
        "mode": null,
        "owner": null,
        "path": "/etc/apache2/apache2.conf",
        "regexp": "^LogLevel",
        "search_string": null,
        "selevel": null,
        "serole": null,
        "setype": null,
        "seuser": null,
        "state": "present",
        "unsafe_writes": false,
        "validate": null
    }
}
item
LogLevel info
msg
line replaced