tripleo-validations/roles/undercloud-heat-purge-deleted
Gael Chamoulaud 297abf1c10 Remove useless roles meta directory
Change-Id: If7a946b199477cd866d9fef6b53096a0aed635b5
Signed-off-by: Gael Chamoulaud <gchamoul@redhat.com>
(cherry picked from commit 0f66b7dd8c)
2019-07-01 09:28:03 +00:00
..
defaults Migrating Undercloud playbooks to their own Ansible Role 2019-03-15 10:36:04 +01:00
tasks Fix Jinja2's default filter usage 2019-04-24 09:46:24 +00: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-heat-purge-deleted

An Ansible role to check if heat-manage purge_deleted is enabled in the crontab

Requirements

This role requires an installed and working Undercloud.

Role Variables

  • cron_check: <'heat-manage purge_deleted'> -- String to check in the crontab

Dependencies

No dependencies.

Example Playbook

- hosts: undercloud
  roles:
     - { role: undercloud-heat-purge-deleted }

License

Apache

Author Information

Red Hat TripleO Validations Team