mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-08-02 20:24:30 -07:00
Switch playbooks hosts to all
This commit is contained in:
parent
a62f26648f
commit
a9a4a05416
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
- name: Playbook for Keycloak Hosts
|
||||
hosts: keycloak
|
||||
hosts: all
|
||||
vars:
|
||||
keycloak_admin_password: "remembertochangeme"
|
||||
collections:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
- name: Playbook for Keycloak Hosts
|
||||
hosts: keycloak
|
||||
hosts: all
|
||||
tasks:
|
||||
- name: Keycloak Realm Role
|
||||
ansible.builtin.include_role:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue