auto dns + ext ips
This commit is contained in:
parent
782b30d064
commit
e490b67377
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue