Skip to content

Docker image to run ansible keployr task, with kubectl, helm, kustomize

License

Notifications You must be signed in to change notification settings

ebuildy/docker-ansible-keployr

Repository files navigation

Docker image

docker pull ghcr.io/ebuildy/keployr:latest

programs

  • kubectl
  • kustomize
  • helm
  • ansible
  • python 3

binaries

  • bash, git, gpg, jq, ssh, yq

base image

https://github.com/cytopia/docker-ansible cytopia/ansible:2.11-tools

Ansible galaxy

usage

docker run -ti -v /my-playbook:/src --rm keployr ansible-playbook /src/playbook.yaml

Specify user / UID,GID

use case: run with gitlab-ci

docker run -ti --rm -e USER=ansible -e MY_UID=1000 -e MY_GID=1000 keployr whoami

About

Docker image to run ansible keployr task, with kubectl, helm, kustomize

Resources

License

Stars

Watchers

Forks

Packages