ansible-inventory

Installation
SKILL.md

Ansible Inventory

Manage hosts and groups in Ansible inventory for organized infrastructure management.

INI Format Inventory

Basic Host Definitions

# Simple host list
mail.example.com
web1.example.com
web2.example.com
db1.example.com

# Hosts with aliases
web1 ansible_host=192.168.1.10
web2 ansible_host=192.168.1.11
db1 ansible_host=192.168.1.20
Installs
36
GitHub Stars
166
First Seen
Jan 22, 2026
ansible-inventory — thebushidocollective/han