Role - tripleo_mysql_client

Role Documentation

Welcome to the “tripleo_mysql_client” role documentation.

Role Defaults

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

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

# All variables within this role should have a prefix of "tripleo_mysql_client"
tripleo_mysql_client_debug: '{{ (ansible_verbosity | int) >= 2 | bool }}'

tripleo_mysql_client_hide_sensitive_logs: true

tripleo_mysql_client_read_default_file: /etc/my.cnf.d/tripleo.cnf
tripleo_mysql_client_read_default_group: tripleo
tripleo_mysql_client_bind_address: ''
tripleo_mysql_client_enable_ssl: false
tripleo_mysql_client_ssl_ca: /etc/pki/ca-trust/extracted/openssl/ca-bundle.trust.crt

Molecule Scenarios

Molecule is being used to test the “tripleo_mysql_client” 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_mysql_client