mirror of
https://github.com/dredx/prole.git
synced 2026-09-23 12:03:59 +00:00
All samba-tool dns commands were using -P (machine account Kerberos) which
silently failed with no error — tasks reported changed=0 but records were
never written. Switch to -U Administrator --password={{ samba_dns_admin_pass }}
which uses the vault-protected admin credentials that were already defined
but never wired up.
Also fix regex patterns in record parsers: samba-tool output uses `A: IP`
and `PTR: fqdn` format, not `A IP` / `PTR fqdn` (space-separated), so
updated regex_findall patterns to match `TYPE:\s+value`.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
||
|---|---|---|
| .. | ||
| acme | ||
| audit | ||
| cgroups | ||
| dashboard | ||
| iscsi | ||
| k3s | ||
| local_user | ||
| mariadb_primary | ||
| mariadb_replica/tasks | ||
| mariadb_tools | ||
| netplan_static | ||
| noswap | ||
| pihole_db_rotate | ||
| pihole_dns | ||
| prole/tasks | ||
| prole_ssl | ||
| rsyslog | ||
| samba_ad_dc | ||
| samba_dns/tasks | ||
| samba_reverse_dns/tasks | ||
| tailscale | ||