bundles/bind: add node-dns-auto-generator

This commit is contained in:
Franzi 2020-09-20 18:35:35 +02:00
parent 6602e684c0
commit 44a6e8292a
Signed by: kunsi
GPG key ID: 12E3D2136B818350
11 changed files with 141 additions and 31 deletions

View file

@ -4,6 +4,18 @@ nodes['htz-cloud.pirmasens'] = {
'webserver',
},
'metadata': {
'interfaces': {
'eth0': {
'ipv4': {
'195.201.90.143',
},
'ipv6': {
'2a01:4f8:1c1c:2acf::1',
},
'gateway4': '172.31.1.1',
'gateway6': 'fe80::1',
},
},
'letsencrypt': {
'domains': {
'mail.kunsmann.info': {},

View file

@ -9,6 +9,18 @@ nodes['htz-cloud.sewfile'] = {
'webserver',
},
'metadata': {
'interfaces': {
'eth0': {
'ipv4': {
'195.201.90.143',
},
'ipv6': {
'2a01:4f8:1c1c:2acf::1',
},
'gateway4': '172.31.1.1',
'gateway6': 'fe80::1',
},
},
'nginx': {
'vhosts': {
'sewfile.franzi.business': {