This Ansible collection provides production-ready roles for deploying and configuring monitoring, observability, and networking agents across Linux infrastructure.
- 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
Install this collection from Ansible Galaxy:
ansible-galaxy collection install arillso.agentOr add it to your requirements.yml:
---
collections:
- name: arillso.agent
version: ">=1.0.0"- Ansible >= 2.15
- systemd on target systems
This collection depends on arillso.system for package management:
ansible-galaxy collection install arillso.systemFull documentation is available at: https://guide.arillso.io/collections/arillso/agent/
This project is under the MIT License. See the LICENSE file for the full license text.
(c) 2022-2026, Arillso