8 lines
90 B
Plaintext
8 lines
90 B
Plaintext
---
|
|
- hosts: all
|
|
user: ubuntu
|
|
become: yes
|
|
gather_facts: yes
|
|
roles:
|
|
- keycloak
|