Execution
Date 14 Dec 2025 10:15:01 +0000
Duration 00:06:33.21
Controller aio1.openstack.local
User root
Versions
Ansible 2.18.6
ara 1.7.4 / 1.7.4
Python 3.13.5
Summary
7 Hosts
567 Tasks
554 Results
37 Plays
221 Files
0 Records

Task result details

  • Status
    SKIPPED
  • Duration
    00:00:00.03
  • Play
    HAProxy base config
  • Task
    pki : Create certificate authorities
  • Host
    aio1

Field Value
changed
False
msg
All items skipped
results

Result #1

Field Value
ansible_loop_var
ca
ca
{
    "basic_constraints": "CA:TRUE",
    "cn": "HAProxy Root CA",
    "country": "GB",
    "key_usage": [
        "digitalSignature",
        "cRLSign",
        "keyCertSign"
    ],
    "name": "HAProxyRoot",
    "not_after": "+3650d",
    "organization_name": "Example Corporation",
    "organizational_unit_name": "IT Security",
    "provider": "selfsigned",
    "state_or_province_name": "England"
}
changed
False
false_condition
pki_create_ca | bool
skip_reason
Conditional result was False
skipped
True



Result #2

Field Value
ansible_loop_var
ca
ca
{
    "basic_constraints": "CA:TRUE,pathlen:0",
    "cn": "HAProxy Intermediate CA",
    "country": "GB",
    "key_usage": [
        "digitalSignature",
        "cRLSign",
        "keyCertSign"
    ],
    "name": "HAProxyIntermediate",
    "not_after": "+3650d",
    "organization_name": "Example Corporation",
    "organizational_unit_name": "IT Security",
    "provider": "ownca",
    "signed_by": "HAProxyRoot",
    "state_or_province_name": "England"
}
changed
False
false_condition
pki_create_ca | bool
skip_reason
Conditional result was False
skipped
True