mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2026-06-13 12:05:54 +00:00
Add base role and playbook, molecule configuration
This commit is contained in:
7
roles/keycloak/tasks/stop_keycloak.yml
Normal file
7
roles/keycloak/tasks/stop_keycloak.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
- name: "Stop SSO service"
|
||||
systemd:
|
||||
name: keycloak
|
||||
enabled: yes
|
||||
state: stopped
|
||||
become: yes
|
||||
Reference in New Issue
Block a user