Add VPS notes and ansible playbook

This commit is contained in:
2026-06-14 16:36:25 +02:00
parent bfe149450c
commit 8e687edeb0
5 changed files with 92 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
# VPS
- IP: 135.125.232.253
- OS: Ubuntu 26.04 LTS
- Default user: ubuntu
# Manual steps
Copy ssh key: `ssh-copy-id ubuntu@135.125.232.2`
# DNS
| Type | Host | Value | TTL |
| --- | --- | --- | --- |
| A | `*` | 135.125.232.253 | Automatic|
# Ansible
```bash
cd ansible && ansible-playbook docker.yml
```