auto dns + ext ips

This commit is contained in:
cronekorkn 2022-10-07 20:58:08 +02:00
parent 782b30d064
commit e490b67377
Signed by: cronekorkn
SSH key fingerprint: SHA256:v0410ZKfuO1QHdgKBsdQNF64xmTxOF8osF1LIqwTcVw

View file

@ -23,6 +23,6 @@ def hostname_file(metadata):
def dns(metadata):
return {
'dns': {
metadata.get('hostname'): repo.libs.dns.get_a_records(metadata, external=False),
metadata.get('hostname'): repo.libs.dns.get_a_records(metadata),
},
}