55 lines
786 B
Plaintext
55 lines
786 B
Plaintext
---
|
|
# Ansible Inventory - Simplified
|
|
# Variables moved to:
|
|
# - host_vars/{hostname}.yml (host-specific config)
|
|
# - group_vars/all/vars.yml (common variables)
|
|
|
|
# Red Panda Approved Uranian Hosts
|
|
ubuntu:
|
|
hosts:
|
|
ariel.incus:
|
|
caliban.incus:
|
|
miranda.incus:
|
|
oberon.incus:
|
|
portia.incus:
|
|
prospero.incus:
|
|
puck.incus:
|
|
rosalind.incus:
|
|
sycorax.incus:
|
|
titania.incus:
|
|
korax.helu.ca:
|
|
|
|
# Service-specific groups for targeted deployments
|
|
agent_s:
|
|
hosts:
|
|
caliban.incus:
|
|
|
|
arke:
|
|
hosts:
|
|
sycorax.incus:
|
|
|
|
casdoor:
|
|
hosts:
|
|
titania.incus:
|
|
|
|
freecad_mcp:
|
|
hosts:
|
|
caliban.incus:
|
|
|
|
kernos:
|
|
hosts:
|
|
caliban.incus:
|
|
korax.helu.ca:
|
|
|
|
searxng:
|
|
hosts:
|
|
oberon.incus:
|
|
|
|
gitea:
|
|
hosts:
|
|
rosalind.incus:
|
|
|
|
mcpo:
|
|
hosts:
|
|
miranda.incus:
|