tripleo-validations/roles/undercloud_tokenflush
Zuul df1d1955cf Merge "Remove workaround for tox-ansible and global molecule config" into stable/train 2021-07-12 19:31:24 +00:00
..
defaults Replace all references to the old role name 2020-02-10 14:51:12 +01:00
molecule Merge "Remove workaround for tox-ansible and global molecule config" into stable/train 2021-07-12 19:31:24 +00:00
tasks Get the undercloud.conf file from where it actually is 2021-04-09 15:59:30 +02:00
vars Replace all references to the old role name 2020-02-10 14:51:12 +01:00
README.md Replace all references to the old role name 2020-02-10 14:51:12 +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