dns_resolver role, update-dns script, dns-deploy playbook, inventory updates

This commit is contained in:
sascha 2026-04-03 19:42:50 +02:00
parent 152edb8345
commit 1509daad4c
26 changed files with 780 additions and 176 deletions

View file

@ -32,10 +32,10 @@ openclaw ansible_host=10.4.1.100
monitoring ansible_host=10.1.1.111
automation ansible_host=10.1.1.115
automation1 ansible_host=10.5.85.5
outline ansible_host=10.1.1.100
[communication]
matrix ansible_host=10.4.1.110
pihole ansible_host=10.1.1.10
[hetzner]
pfannkuchen ansible_host=159.69.245.190 ansible_user=root ansible_ssh_private_key_file=~/.ssh/id_ed25519
@ -85,3 +85,14 @@ 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'