ansible/pfannkuchen.ini

98 lines
1.6 KiB
INI

[proxmox]
node1 ansible_host=10.5.85.11
node2 ansible_host=10.5.85.12
node3 ansible_host=10.5.85.13
node4 ansible_host=10.5.85.14
node5 ansible_host=10.5.85.15
node6 ansible_host=10.5.85.16
node7 ansible_host=10.5.85.17
[proxmox:vars]
ansible_user=root
[media]
emby-sascha ansible_host=10.6.1.103
jellyfin ansible_host=10.5.1.112
immich ansible_host=10.4.1.107
emby-chris ansible_host=10.7.1.106
[arr]
tdarr ansible_host=10.2.1.104
arrapps ansible_host=10.2.1.100
sabnzbd ansible_host=10.2.1.119
arr-chris ansible_host=10.7.1.100
arr-chris-live ansible_host=10.7.1.101
[docker]
dockhand ansible_host=10.4.1.116
[auto]
n8n ansible_host=10.4.1.113
openclaw ansible_host=10.4.1.100
monitoring ansible_host=10.1.1.111
# automation ansible_host=10.1.1.115 # deprecated - VM abschalten sobald bereit
automation1 ansible_host=10.5.85.5
outline ansible_host=10.1.1.100
[communication]
matrix ansible_host=10.4.1.110
[hetzner]
pfannkuchen ansible_host=159.69.245.190 ansible_user=root ansible_ssh_private_key_file=~/.ssh/id_ed25519
[nvidia]
tdarr
emby-sascha
emby-chris
immich
[proxmox_gpu]
node2
node4
node6
node7
[frp]
emby-sascha
emby-chris
jellyfin
[wireguard]
node1
node2
node3
node4
node5
node6
node7
[all:children]
media
arr
docker
auto
communication
hetzner
proxmox
[backup:children]
media
arr
docker
auto
communication
proxmox
hetzner
# Credentials liegen in group_vars/ (nicht im INI, da kein Jinja2-Support)
[kubernetes]
kube-ctrl ansible_host=10.3.1.100
kube-work1 ansible_host=10.3.1.101
kube-work2 ansible_host=10.3.1.102
[kubernetes:vars]
ansible_user=sascha
ansible_become=true
ansible_ssh_extra_args='-o StrictHostKeyChecking=no'