Add com.devture.ansible.role.traefik_certs_dumper role

With this, other roles (like Coturn, Postmoogle) will be able
to use SSL certificates extracted from Traefik
via https://github.com/ldez/traefik-certs-dumper
This commit is contained in:
Slavi Pantaleev
2023-02-08 16:05:38 +02:00
parent 2b9061a5d3
commit c07630ed51
3 changed files with 37 additions and 1 deletions

View File

@ -118,6 +118,9 @@
- when: matrix_playbook_traefik_role_enabled | bool
role: galaxy/com.devture.ansible.role.traefik
- when: matrix_playbook_traefik_certs_dumper_role_enabled | bool
role: galaxy/com.devture.ansible.role.traefik_certs_dumper
- when: devture_systemd_service_manager_enabled | bool
role: galaxy/com.devture.ansible.role.systemd_service_manager