tripleo-operator-ansible/roles/tripleo_validator_show_para...
David J Peacock 88ec4eb661 add role to show tripleo validation parameter
With this patch, validator show parameter can be used by operators in automation.

Change-Id: I3fa2f91c973cb14980b82a5c89d8082dad2c30d5
2021-02-23 10:16:38 -05:00
..
defaults add role to show tripleo validation parameter 2021-02-23 10:16:38 -05:00
meta add role to show tripleo validation parameter 2021-02-23 10:16:38 -05:00
molecule/default add role to show tripleo validation parameter 2021-02-23 10:16:38 -05:00
tasks add role to show tripleo validation parameter 2021-02-23 10:16:38 -05:00
README.md add role to show tripleo validation parameter 2021-02-23 10:16:38 -05:00

README.md

tripleo_validator_show_parameter

A role to show tripleo validations parameters

Requirements

None.

Role Variables

  • tripleo_validator_show_parameter_debug: (Boolean) Flag to print out the debug command. Default: False
  • tripleo_validator_show_parameter: (String) Parameter to inspect

Output Variables

  • tripleo_validator_show_parameter_result: Ansible shell execution results

Dependencies

None.

Example Playbook

Example validator show parameter playbook

- hosts: undercloud
  gather_facts: true
  tasks:
    - name: Show validation parameter
      import_role:
        name: tripleo_validator_show_parameter
      var:
        tripleo_validator_show_parameter: foo

License

Apache-2.0