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

  • Status
    OK
  • Duration
    00:00:00.51
  • Play
    Install galera server
  • Task
    openstack.osa.haproxy_endpoint_manage : Set haproxy service state
  • Host
    aio1-galera-container-a48b90ad ( task delegated to aio1 )

Field Value
changed
False
msg
All items completed
results

Result #1

Field Value
_haproxy_item
aio1
ansible_loop_var
_haproxy_item
changed
False
command
[
    "set server galera-back/aio1-galera-container-a48b90ad state drain"
]
failed
False
invocation
{
    "module_args": {
        "agent": false,
        "backend": "galera-back",
        "drain": false,
        "fail_on_not_found": false,
        "health": false,
        "host": "aio1-galera-container-a48b90ad",
        "shutdown_sessions": true,
        "socket": "/var/run/haproxy.stat",
        "state": "drain",
        "wait": false,
        "wait_interval": 5,
        "wait_retries": 24,
        "weight": null
    }
}
output
[
    ""
]
state_after
[
    {
        "scur": "0",
        "status": "DOWN",
        "weight": "1"
    }
]
state_before
[
    {
        "scur": "0",
        "status": "DOWN",
        "weight": "1"
    }
]