Role - tripleo_provision_mcelog

Role Documentation

Welcome to the “tripleo_provision_mcelog” role documentation.

Role Defaults

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

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

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

Molecule Scenarios

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

Scenario: default

Driver: delegated
Molecule Options
managed: false
login_cmd_template: >-
  ssh
  -o UserKnownHostsFile=/dev/null
  -o StrictHostKeyChecking=no
  -o Compression=no
  -o TCPKeepAlive=yes
  -o VerifyHostKeyDNS=no
  -o ForwardX11=no
  -o ForwardAgent=no
  {instance}
ansible_connection_options:
  ansible_connection: ssh
Molecule Inventory
hosts:
  all:
    hosts:
      instance:
        ansible_host: localhost
Example default playbook
- name: Converge
  hosts: all
  roles:
  - role: tripleo_provision_mcelog