Role - tripleo_nodes_validation

Role Documentation

Welcome to the “tripleo_nodes_validation” role documentation.

Role Defaults

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

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

# All variables within this role should have a prefix of "tripleo_nodes_validation"
tripleo_nodes_validation_debug: '{{ (ansible_verbosity | int) >= 2 | bool }}'
tripleo_nodes_validation_hide_sensitive_logs: true
tripleo_nodes_validation_ping_test_ips: []
tripleo_nodes_validation_tripleo_role_name: true
tripleo_nodes_validation_validate_controllers_icmp: true
tripleo_nodes_validation_validate_fqdn: false
tripleo_nodes_validation_validate_gateway_icmp: true
tripleo_nodes_validation_ping_test_gateway_ips: []

Molecule Scenarios

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