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
    haproxy
  • Task
    haproxy_server : Append services to _haproxy_service_configs_simplified list
  • Host
    aio1

Field Value
changed
False
msg
All items completed
results

Result #1

Field Value
ansible_facts
{
    "_haproxy_service_configs_simplified": [
        {
            "haproxy_allowlist_networks": [
                "192.168.0.0/16",
                "172.16.0.0/12",
                "10.0.0.0/8"
            ],
            "haproxy_backend_ca": false,
            "haproxy_backend_httpcheck_options": [
                "send hdr User-Agent \"osa-haproxy-healthcheck\" meth HEAD"
            ],
            "haproxy_backend_nodes": [
                "aio1-rabbit-mq-container-b51f9297",
                "aio1-rabbit-mq-container-5799e909",
                "aio1-rabbit-mq-container-fe313327"
            ],
            "haproxy_backend_ssl": true,
            "haproxy_balance_type": "http",
            "haproxy_bind": [
                {
                    "address": "172.29.236.101",
                    "interface": ""
                }
            ],
            "haproxy_port": "15671",
            "haproxy_service_enabled": true,
            "haproxy_service_name": "rabbitmq_mgmt",
            "haproxy_ssl": true
        }
    ]
}
ansible_loop_var
item
changed
False
failed
False
item
{
    "haproxy_allowlist_networks": [
        "192.168.0.0/16",
        "172.16.0.0/12",
        "10.0.0.0/8"
    ],
    "haproxy_backend_ca": false,
    "haproxy_backend_httpcheck_options": [
        "send hdr User-Agent \"osa-haproxy-healthcheck\" meth HEAD"
    ],
    "haproxy_backend_nodes": [
        "aio1-rabbit-mq-container-b51f9297",
        "aio1-rabbit-mq-container-5799e909",
        "aio1-rabbit-mq-container-fe313327"
    ],
    "haproxy_backend_ssl": true,
    "haproxy_balance_type": "http",
    "haproxy_bind": [
        {
            "address": "172.29.236.101",
            "interface": ""
        }
    ],
    "haproxy_port": "15671",
    "haproxy_service_enabled": true,
    "haproxy_service_name": "rabbitmq_mgmt",
    "haproxy_ssl": true
}