kolla-ansible/ansible/roles/keystone/tasks/check.yml

13 lines
347 B
YAML

---
- name: Keystone sanity checks
become: true
kolla_toolbox:
module_name: os_auth
module_args:
auth: "{{ openstack_keystone_auth }}"
endpoint_type: "{{ openstack_interface }}"
cacert: "{{ openstack_cacert }}"
run_once: True
delegate_to: "{{ groups['keystone'][0] }}"
when: kolla_enable_sanity_keystone | bool