containers_toolbox
ECGALAXY containers_toolbox role
Ansible role which installs tools required to work with containers, image registries and Kubernetes clusters.
List of tools:
- argocd
- cosign
- dive
- eksctl
- helm
- k9s
- kpack CLI (kp)
- kubectl
- kubeseal
- pack
- regctl
- skopeo (*)
(*) Skopeo installation not yet supported on Amazon Linux and Ubuntu before 22.04 LTS.
Requirements
- The
unzip
command, which can be provided by theecgalaxy.common_packages
role.
Role Variables
For the list of all the available variables check the files under defaults/
and vars/
.
Dependencies
- optional: ecgalaxy.common_packages
Example Playbook
- hosts: all
roles:
- ecgalaxy.bootstrap
- ecgalaxy.common_packages
- ecgalaxy.containers_toolbox
One-liner
bash <(curl -s https://code.europa.eu/-/snippets/1/raw/main/ansible-role.sh) ecgalaxy.containers_toolbox
See ansible-role for instructions.
Please verify the script integrity first.
Upgrading
In order to upgrade, reexecute this Ansible role after a new version has been released.
License
Copyright the European Union 2022.
Licensed under the EUPL-1.2 or later.
Author Information
ECGALAXY team.
About
Ansible role to install containers and Kubernetes-related tools
Install
ansible-galaxy install ecgalaxy/containers_toolbox
License
eupl-1.2
Downloads
7702
Owner
The European Commission ECGALAXY project provides a set of reusable Infrastructure as Code (IaC) tools and components