tripleo-validations/roles/undercloud-tokenflush
Cédric Jeanneret 0cb6d6172e Adds molecule testing for undercloud-tokenflush
Change-Id: I26275ce12bbb824a24a7d2571d1920208cd34aca
2019-08-22 17:57:01 +00:00
..
defaults Migrating Undercloud playbooks to their own Ansible Role 2019-03-15 10:36:04 +01:00
molecule/default Adds molecule testing for undercloud-tokenflush 2019-08-22 17:57:01 +00:00
tasks Fix Jinja2's default filter usage 2019-04-19 09:59:36 +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-tokenflush

An Ansible role to check if keystone-manage token_flush is enabled for the keystone user.

Requirements

This role requires an installed and working Undercloud.

Role Variables

  • cron_check: <'keystone-manage token_flush'> -- the string to check in the crontab

Dependencies

No dependencies.

Example Playbook

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

License

Apache

Author Information

Red Hat TripleO Validations Team