mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2026-03-26 21:33:03 +00:00
Switch playbooks hosts to all
This commit is contained in:
committed by
Pelisse Romain
parent
c7b6bc1d61
commit
9bb9816a01
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
- name: Playbook for Keycloak Hosts
|
- name: Playbook for Keycloak Hosts
|
||||||
hosts: keycloak
|
hosts: all
|
||||||
vars:
|
vars:
|
||||||
keycloak_admin_password: "remembertochangeme"
|
keycloak_admin_password: "remembertochangeme"
|
||||||
collections:
|
collections:
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
- name: Playbook for Keycloak Hosts
|
- name: Playbook for Keycloak Hosts
|
||||||
hosts: keycloak
|
hosts: all
|
||||||
tasks:
|
tasks:
|
||||||
- name: Keycloak Realm Role
|
- name: Keycloak Realm Role
|
||||||
ansible.builtin.include_role:
|
ansible.builtin.include_role:
|
||||||
|
|||||||
Reference in New Issue
Block a user