Skip to content

Ansible collection for deploying infrastructure agents including Grafana Alloy, Tailscale VPN, and cloud monitoring across Linux and Windows

License

Notifications You must be signed in to change notification settings

arillso/ansible.agent

Repository files navigation

Ansible Collection: arillso.agent

license Ansible Galaxy

Description

This Ansible collection provides production-ready roles for deploying and configuring monitoring, observability, and networking agents across Linux infrastructure.

Roles

  • alloy - Grafana Alloy for metrics, logs, and traces collection with Node Exporter and OpenTelemetry support
  • do - DigitalOcean Agent for automatic Droplet monitoring with zero-configuration setup
  • tailscale - Tailscale VPN for secure mesh networking with exit nodes and subnet routing

Installation

Install this collection from Ansible Galaxy:

ansible-galaxy collection install arillso.agent

Or add it to your requirements.yml:

---
collections:
    - name: arillso.agent
      version: ">=1.0.0"

Requirements

  • Ansible >= 2.15
  • systemd on target systems

Dependencies

This collection depends on arillso.system for package management:

ansible-galaxy collection install arillso.system

Documentation

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

License

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

Copyright

(c) 2022-2026, Arillso