larsks / keycloak-ansible

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

keycloak-ansible

A simple image with Ansible installed to run Keycloak Ansible roles to configure Keycloak Fine-Grained Resource Permissions.

  • Based on the UBI 9 image.
  • Uses the kubernetes.core and community.general Ansible collections.
  • Used by the observabilityt cluster on NERC to configure Keycloak Fine-Grained Resource Permissions.

Base image: registry.access.redhat.com/ubi9:9.3

Python packages Description
python-pip A tool for installing and managing Python3 packages
Python packages Description
ansible Ansible is a radically simple IT automation system
Ansible packages Description
kubernetes.core Kubernetes Collection for Ansible
community.general A part of the Ansible package and includes many modules and plugins supported by Ansible community which are not part of more specialized community collections

You can pull the latest keycloak-ansible container image below:

podman pull quay.io/nerc-images/keycloak-ansible:latest

You can build the container like this:

podman build -t nerc-images/keycloak-ansible:latest .

You can push the container to quay.io like this:

podman push nerc-images/keycloak-ansible:latest quay.io/nerc-images/keycloak-ansible:latest

You can run the container like this:

podman run --rm -it --entrypoint /bin/bash nerc-images/keycloak-ansible:latest

About

License:GNU General Public License v3.0


Languages

Language:Dockerfile 100.0%