mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-07-30 00:21:36 -07:00
Add base role and playbook, molecule configuration
This commit is contained in:
parent
b23c54409f
commit
187473447d
35 changed files with 3658 additions and 0 deletions
8
molecule/default/prepare.yml
Normal file
8
molecule/default/prepare.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
- name: Prepare
|
||||
hosts: all
|
||||
tasks:
|
||||
- name: Install sudo
|
||||
yum:
|
||||
name: sudo
|
||||
state: present
|
Loading…
Add table
Add a link
Reference in a new issue