Switch playbooks hosts to all

main
Romain Pelisse 2022-04-05 10:11:28 +02:00 committed by Pelisse Romain
parent c7b6bc1d61
commit 9bb9816a01
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
---
- name: Playbook for Keycloak Hosts
hosts: keycloak
hosts: all
vars:
keycloak_admin_password: "remembertochangeme"
collections:

View File

@ -1,6 +1,6 @@
---
- name: Playbook for Keycloak Hosts
hosts: keycloak
hosts: all
tasks:
- name: Keycloak Realm Role
ansible.builtin.include_role: