Skip to content

Conversation

@berendt
Copy link
Member

@berendt berendt commented Jan 25, 2026

…d facts

Implements API endpoints to query Ansible inventory data:

  • GET /v1/inventory/hosts - list all hosts from inventory
  • GET /v1/inventory/hosts/{host}/hostvars - get all host variables
  • GET /v1/inventory/hosts/{host}/hostvars/{variable} - get specific variable
  • GET /v1/inventory/hosts/{host}/facts - get cached facts from Redis
  • GET /v1/inventory/hosts/{host}/facts/{fact} - get specific fact

Adds frontend inventory page with:

  • Host selection panel with search
  • Tabbed view for hostvars and facts
  • Search/filter functionality for variables and facts
  • Copy-to-clipboard support

AI-assisted: Claude Code

…d facts

Implements API endpoints to query Ansible inventory data:
- GET /v1/inventory/hosts - list all hosts from inventory
- GET /v1/inventory/hosts/{host}/hostvars - get all host variables
- GET /v1/inventory/hosts/{host}/hostvars/{variable} - get specific variable
- GET /v1/inventory/hosts/{host}/facts - get cached facts from Redis
- GET /v1/inventory/hosts/{host}/facts/{fact} - get specific fact

Adds frontend inventory page with:
- Host selection panel with search
- Tabbed view for hostvars and facts
- Search/filter functionality for variables and facts
- Copy-to-clipboard support

AI-assisted: Claude Code

Signed-off-by: Christian Berendt <berendt@osism.tech>
@berendt berendt merged commit 5110e93 into main Jan 26, 2026
1 of 2 checks passed
@berendt berendt deleted the front-1 branch January 26, 2026 07:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants