chore: complete update
This commit is contained in:
40
ansible/netcup-simple-deploy/README.md
Normal file
40
ansible/netcup-simple-deploy/README.md
Normal file
@@ -0,0 +1,40 @@
|
||||
# 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!
|
||||
Reference in New Issue
Block a user