tripleo-validations/roles/undercloud-debug
Cédric Jeanneret 95e9eabaa6 Add molecule testing on undercloud-debug role
Change-Id: I8abe0b2fc8b3619c227da01d145355c2d8d1d15d
2019-07-22 15:19:08 +02:00
..
defaults Migrating Undercloud playbooks to their own Ansible Role 2019-03-15 10:36:04 +01:00
molecule/default Add molecule testing on undercloud-debug role 2019-07-22 15:19:08 +02:00
tasks Fix invalid 'ignore_missing_file' attribute in a task 2019-05-22 16:58:02 +02:00
vars Migrating Undercloud playbooks to their own Ansible Role 2019-03-15 10:36:04 +01:00
README.md Migrating Undercloud playbooks to their own Ansible Role 2019-03-15 10:36:04 +01:00

README.md

Undercloud-debug

An Ansible role to check if debug is enabled on Undercloud services.

Requirements

This role needs to be run against an installed Undercloud.

Role Variables

  • debug_check:
  • services_conf_files: List of path for each services configuration files you want to check

Dependencies

  • 'ini' custom plugin

Example Playbook

- hosts: undercloud
  roles:
     - { role: undercloud-debug }

License

Apache

Author Information

Red Hat TripleO Validations Team