Skip to content

Ansible collection for container orchestration and Kubernetes management including Docker, k3s, Helm, and GitOps with Fleet

License

Notifications You must be signed in to change notification settings

arillso/ansible.container

Repository files navigation

Ansible Collection: arillso.container

license Ansible Galaxy

Description

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.

Roles

Docker Ecosystem

  • 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

Kubernetes Ecosystem

  • 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

Installation

Install this collection from Ansible Galaxy:

ansible-galaxy collection install arillso.container

Or add it to your requirements.yml:

---
collections:
    - name: arillso.container
      version: ">=0.0.5"

Requirements

  • Ansible >= 2.15
  • Python >= 3.9

Documentation

Full documentation is available at: https://guide.arillso.io/collections/arillso/container/

License

This project is under the MIT License. See the LICENSE file for the full license text.

Copyright

(c) 2023-2026, Arillso