Role - tripleo_ironic_api

Role Documentation

Welcome to the “tripleo_ironic” role documentation.

Role Defaults

This section highlights all of the defaults and variables set within the “tripleo_ironic” role.

# All variables intended for modification should be placed in this file.

# All variables within this role should have a prefix of "tripleo_ironic_"

tripleo_ironic_api_httpd_config_httpd_conf:
tripleo_ironic_api_httpd_config_prefork_serverlimit:
tripleo_ironic_api_httpd_config_prefork_maxrequestworkers:
tripleo_ironic_api_httpd_config_mods:
tripleo_ironic_api_httpd_vhost_ssl_ca:

Molecule Scenarios

Molecule is being used to test the “tripleo_ironic” role. The following section highlights the drivers in service and provides an example playbook showing how the role is leveraged.

Scenario: default

Driver: podman
Molecule Inventory
hosts:
  all:
    hosts:
      centos:
        ansible_python_interpreter: /usr/bin/python3
Example default playbook
- name: Converge
  hosts: all
  roles:
  - role: tripleo_ironic