e98e3a2b84
Playbooks liegen unter pve1/ansible und pve2/ansible; authorized_keys als Fragmente mit Deploy-Skript und Ziel-Matrix für Proxmox, VM 101 und CTs. Co-authored-by: Cursor <cursoragent@cursor.com>
28 lines
656 B
Markdown
28 lines
656 B
Markdown
# Ansible auf pve1
|
|
|
|
Kleine Playbooks, die **von pve1** aus laufen (nicht die pve2 CT-Wartung).
|
|
|
|
| Datei | Zweck |
|
|
|-------|--------|
|
|
| [fish-setup.yml](fish-setup.yml) | Fish + bobthefish auf VM 101 (`jean`) |
|
|
| [inventory.ini](inventory.ini) | Inventory für fish-setup |
|
|
|
|
## Ausführen
|
|
|
|
```bash
|
|
cd /root/docu/pve1/ansible # oder: /root/ansible → Symlink
|
|
ansible-playbook -i inventory.ini fish-setup.yml
|
|
```
|
|
|
|
## Deploy-Pfad auf dem Host
|
|
|
|
Empfohlen:
|
|
|
|
```bash
|
|
ln -sfn /root/docu/pve1/ansible /root/ansible
|
|
```
|
|
|
|
## SSH-Keys
|
|
|
|
Inventory nutzt `ansible_user=jean` auf `192.168.10.10` — Keys siehe [../../shared/ssh/README.md](../../shared/ssh/README.md).
|