41 lines
765 B
Markdown
41 lines
765 B
Markdown
# Netcup Simple Deploy
|
|
|
|
Ultra-einfaches Ansible-Setup für Netcup VPS Deployment.
|
|
|
|
## Quick Start
|
|
|
|
1. **Server-Info eintragen:**
|
|
```bash
|
|
vim inventory/hosts.yml
|
|
# Deine Netcup-Server IP und Domain eintragen
|
|
```
|
|
|
|
2. **App-Einstellungen:**
|
|
```bash
|
|
vim inventory/group_vars.yml
|
|
# Domain, Repo, etc. anpassen
|
|
```
|
|
|
|
3. **Deployen:**
|
|
```bash
|
|
ansible-playbook deploy.yml
|
|
```
|
|
|
|
## Was wird installiert
|
|
|
|
✅ Docker & Docker Compose
|
|
✅ Nginx Reverse Proxy
|
|
✅ SSL mit Let's Encrypt
|
|
✅ Deine App aus Git
|
|
✅ Automatische Updates
|
|
|
|
## Features
|
|
|
|
- 🚀 **Ein Kommando** deployment
|
|
- 🔒 **Automatisches SSL**
|
|
- 🐳 **Docker-basiert**
|
|
- 📱 **Health Checks**
|
|
- 🔄 **Zero-Downtime Updates**
|
|
|
|
Perfekt für einfache Web-Apps auf Netcup VPS!
|