This is an Ansible collection that provides comprehensive roles for container and orchestration management. It includes tools for Docker, Docker Compose, Kubernetes (K3s), Helm, Rancher Fleet GitOps, and Tailscale VPN mesh networking.
- docker - Docker Engine installation and configuration with comprehensive daemon settings
- docker_compose - Docker Compose v1 (legacy) installation and management
- docker_compose_v2 - Docker Compose v2 (modern) installation as Docker CLI plugin
- docker_login - Docker registry authentication management for multiple registries
- k3s - Lightweight Kubernetes distribution with autonomous deployment and HA support
- fleet - Rancher Fleet GitOps management for Kubernetes with GitRepo and Bundle support
- helm - Helm package manager for Kubernetes with chart and repository management
- tailscale - Tailscale VPN mesh networking with Kubernetes ProxyGroup configuration
Install this collection from Ansible Galaxy:
ansible-galaxy collection install arillso.containerOr add it to your requirements.yml:
---
collections:
- name: arillso.container
version: ">=0.0.5"- Ansible >= 2.15
- Python >= 3.9
Full documentation is available at: https://guide.arillso.io/collections/arillso/container/
This project is under the MIT License. See the LICENSE file for the full license text.
(c) 2023-2026, Arillso