mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-07-29 16:11:34 -07:00
ci: linter, workflows, galaxy, molecule
This commit is contained in:
parent
ded44b084d
commit
9b2ea35184
7 changed files with 69 additions and 16 deletions
|
@ -8,3 +8,13 @@
|
|||
- sudo
|
||||
- java-1.8.0-openjdk
|
||||
state: present
|
||||
|
||||
- name: Prepare
|
||||
hosts: all
|
||||
tasks:
|
||||
- name: "Run preparation common to all scenario"
|
||||
ansible.builtin.include_tasks: ../prepare.yml
|
||||
vars:
|
||||
assets:
|
||||
- "{{ assets_server }}/sso/7.5.0/rh-sso-7.5.0-server-dist.zip"
|
||||
- "{{ assets_server }}/sso/7.5.1/rh-sso-7.5.1-patch.zip"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue