2016-02-20 14:54:41 -05:00
|
|
|
---
|
2020-03-19 14:25:07 -07:00
|
|
|
- import_playbook: gather-facts.yml
|
2020-05-14 15:18:56 +01:00
|
|
|
when: >-
|
|
|
|
kolla_enable_tls_backend | default(false) | bool or
|
|
|
|
rabbitmq_enable_tls | default(false) | bool
|
2020-03-19 14:25:07 -07:00
|
|
|
|
2016-11-30 16:23:36 +01:00
|
|
|
- name: Apply role certificates
|
2018-03-19 14:40:32 +08:00
|
|
|
hosts: localhost
|
2016-02-20 14:54:41 -05:00
|
|
|
roles:
|
|
|
|
- certificates
|