feat: add resolver/authoritive dns roles
- roles are currently empty, this just exists so I can branch off it and start building test servers with this role
This commit is contained in:
parent
cfe30823b4
commit
7da58059d2
7
site/roles/manifests/infra/dns/authoritive.pp
Normal file
7
site/roles/manifests/infra/dns/authoritive.pp
Normal file
@ -0,0 +1,7 @@
|
||||
# roles::infra::dns::authoritive
|
||||
# defines a dns server with master-only zones
|
||||
#
|
||||
class roles::infra::dns::authoritive {
|
||||
include profiles::defaults
|
||||
include profiles::base
|
||||
}
|
||||
7
site/roles/manifests/infra/dns/resolver.pp
Normal file
7
site/roles/manifests/infra/dns/resolver.pp
Normal file
@ -0,0 +1,7 @@
|
||||
# roles::infra::dns::resolver
|
||||
# defines a dns server with forward-only zones
|
||||
#
|
||||
class roles::infra::dns::resolver {
|
||||
include profiles::defaults
|
||||
include profiles::base
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user