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
    SKIPPED
  • Duration
    00:00:00.35
  • Play
    haproxy
  • Task
    haproxy_server : Remove haproxy service config files for absent services
  • Host
    aio1

Field Value
changed
False
msg
All items skipped
results

Result #1

Field Value
ansible_loop_var
service
changed
False
false_condition
((service.haproxy_service_enabled | default('True')) | bool) is falsy or (service.state is defined and service.state == 'absent')
service
{
    "haproxy_backend_ca": true,
    "haproxy_backend_httpcheck_options": [
        "send hdr User-Agent \"osa-haproxy-healthcheck\" meth HEAD uri /auth/login/"
    ],
    "haproxy_backend_nodes": [
        "aio1"
    ],
    "haproxy_backend_only": true,
    "haproxy_backend_port": "80",
    "haproxy_backend_ssl": false,
    "haproxy_balance_alg": "source",
    "haproxy_balance_type": "http",
    "haproxy_map_entries": [
        {
            "entries": [
                "/ horizon-back"
            ],
            "name": "base_regex",
            "order": 98
        }
    ],
    "haproxy_service_enabled": true,
    "haproxy_service_name": "horizon",
    "haproxy_stick_table": [
        "stick-table  type ipv6  size 256k  expire 10s  store http_req_rate(10s),http_err_rate(10s)",
        "http-request track-sc0 src",
        "http-request deny deny_status 429 if { sc_http_req_rate(0) gt 20 } { path_beg /auth } !{ src 192.168.0.0/16 } !{ src 172.16.0.0/12 } !{ src 10.0.0.0/8 }",
        "http-request deny deny_status 429 if { sc_http_err_rate(0) gt 20 } !{ src 192.168.0.0/16 } !{ src 172.16.0.0/12 } !{ src 10.0.0.0/8 }"
    ]
}
skip_reason
Conditional result was False
skipped
True