# Ansible Inventory for Gitea + API Server Deployment # Copy this file to hosts.ini and update with your server details [git] # Replace with your server's IP or hostname your-server-ip-here ansible_user=root ansible_python_interpreter=/usr/bin/python3 # Examples: # # Using IP address with root user: # 192.168.1.100 ansible_user=root ansible_python_interpreter=/usr/bin/python3 # # Using hostname with ubuntu user and SSH key: # myserver.example.com ansible_user=ubuntu ansible_ssh_private_key_file=~/.ssh/id_rsa ansible_python_interpreter=/usr/bin/python3 # # Using IP with custom SSH port: # 192.168.1.100 ansible_user=ubuntu ansible_port=2222 ansible_python_interpreter=/usr/bin/python3