Initial import; migrate some roles from irl.wip
This commit is contained in:
commit
2ba6c6691b
44 changed files with 1573 additions and 0 deletions
10
roles/podman_keycloak/templates/keycloak.target
Normal file
10
roles/podman_keycloak/templates/keycloak.target
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[Unit]
|
||||
Description=Podman Keycloak Stack by SR2 Communications
|
||||
Requires=keycloak.service
|
||||
{% if podman_keycloak_enable_ldap %}
|
||||
Requires=ldap.service
|
||||
{% endif %}
|
||||
Requires=nginx.service
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue