Ansible ins Repo migrieren und zentrale SSH-Keys in shared/ssh.
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>
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
all:
|
||||
children:
|
||||
lxc_containers:
|
||||
hosts:
|
||||
docker:
|
||||
ansible_host: 192.168.10.101
|
||||
proxmox_vmid: 101
|
||||
frigate_recordings_path: /mnt/records/recordings
|
||||
frigate_clips_path: /mnt/records/clips
|
||||
media:
|
||||
ansible_host: 192.168.20.6
|
||||
proxmox_vmid: 109
|
||||
jellyfin_cache_path: /opt/stacks/jellyfin/config/cache
|
||||
aidev:
|
||||
ansible_host: 10.100.2.13
|
||||
proxmox_vmid: 110
|
||||
dev_tooling_cleanup: true
|
||||
Reference in New Issue
Block a user