30 lines
1.1 KiB
INI
30 lines
1.1 KiB
INI
# Ansible Inventory for Homelab Infrastructure
|
|
# This is the active inventory - do NOT use archive/inventory/hosts.ini
|
|
|
|
# =============================================================================
|
|
# Control Plane
|
|
# =============================================================================
|
|
[control_plane]
|
|
watchtower ansible_host=10.0.0.200 ansible_user=chester
|
|
|
|
# =============================================================================
|
|
# Add your managed nodes below
|
|
# =============================================================================
|
|
|
|
# Example structure:
|
|
# [docker_swarm_managers]
|
|
# heimdall ansible_host=10.0.0.X ansible_user=chester
|
|
|
|
# [docker_swarm_workers]
|
|
# waldorf ansible_host=10.0.0.X ansible_user=chester
|
|
|
|
# [proxmox_cluster]
|
|
# pve-node1 ansible_host=10.0.0.X ansible_user=root
|
|
|
|
# =============================================================================
|
|
# Group Variables
|
|
# =============================================================================
|
|
[all:vars]
|
|
ansible_python_interpreter=/usr/bin/python3
|
|
ansible_ssh_private_key_file=~/.ssh/id_ed25519
|