Execution
Date 05 Dec 2025 13:22:31 +0000
Duration 00:00:50.80
Controller aio1.openstack.local
User root
Versions
Ansible 2.18.6
ara 1.7.4 / 1.7.4
Python 3.12.11
Summary
2 Hosts
72 Tasks
71 Results
7 Plays
97 Files
0 Records

Task result details

  • Status
    OK
  • Duration
    00:00:00.02
  • Play
    Create CA certificates
  • Task
    pki : Create certificate authorities
  • Host
    localhost

Field Value
changed
False
msg
All items completed
results

Result #1

Field Value
ansible_loop_var
ca
ca
{
    "basic_constraints": "CA:TRUE",
    "cn": "Example Corp Root CA",
    "country_name": "GB",
    "email_address": "pki@example.com",
    "key_usage": [
        "digitalSignature",
        "cRLSign",
        "keyCertSign"
    ],
    "name": "ExampleCorpRoot",
    "not_after": "+3650d",
    "organization_name": "Example Corporation",
    "organizational_unit_name": "IT Security",
    "provider": "selfsigned",
    "state_or_province_name": "England"
}
include
standalone/create_ca.yml
include_args
{}



Result #2

Field Value
ansible_loop_var
ca
ca
{
    "basic_constraints": "CA:TRUE,pathlen:0",
    "cn": "Example Corp Openstack Infrastructure Intermediate CA",
    "country_name": "GB",
    "email_address": "pki@example.com",
    "key_usage": [
        "digitalSignature",
        "cRLSign",
        "keyCertSign"
    ],
    "name": "ExampleCorpIntermediate",
    "not_after": "+3650d",
    "organization_name": "Example Corporation",
    "organizational_unit_name": "IT Security",
    "provider": "ownca",
    "signed_by": "ExampleCorpRoot",
    "state_or_province_name": "England"
}
include
standalone/create_ca.yml
include_args
{}