Files
osmedeus/build/infra/inventory.example.ini
T
j3ssie 0269cf4e26 feat: update Next.js build assets and add cloud setup E2E tests
- Update Next.js generated chunk hashes and build IDs reflecting latest dashboard build
- Update CSS stylesheet references in workflow upload page metadata
- Add comprehensive cloud setup E2E test suite (cloud_setup_test.go) with SSH password/key auth, post-command variable expansion, and Ansible integration
- Fix API priority levels to include 'medium' priority in test coverage
- Add agent-sdk test workflows (minimal, config, codex, multi-agent, session variants)
- Update E2E test utilities with runCLIInBase helper for multi-step cloud config tests
- Fix stderr/stdout capture in dependencies_target_types_test assertions
2026-04-04 13:57:34 +08:00

23 lines
699 B
INI

# Osmedeus Ansible Inventory
# ===========================
# Copy this file to inventory.ini and update with your server details.
#
# Usage:
# cp inventory.example.ini inventory.ini
# # Edit inventory.ini with your server IP/hostname
[osmedeus]
# Single host deployment
# Replace with your server's IP or hostname
osmedeus-server ansible_host=YOUR_SERVER_IP ansible_user=root
# Multiple hosts example (uncomment to add more)
# osmedeus-server-2 ansible_host=10.0.0.2 ansible_user=root
[osmedeus:vars]
# SSH key path (uncomment if not using default ~/.ssh/id_rsa)
# ansible_ssh_private_key_file=~/.ssh/your_key
# Python interpreter (Ubuntu 22.04+)
ansible_python_interpreter=/usr/bin/python3