master job from bind9/1.1.6
Github source:
e5fb41b
or
master branch
Properties¶
bind_options
¶
Map of additional options
- Default
{}
forward
¶
Forward zones in forward only mode,e.g. {name: zone1, forwarders: [1.1.1.1, 1.1.1.2]}
- Default
{}
network
¶
ACL (possible semi-colon delimited) to allow AXFR zone transfers from
- Default
none
recursion
¶
allow_from
¶List of IPs or CIDRs to allow recursive queries from. If recursion is enabled, localhost and localnets will always be allowed
- Default
[]
forwarders
¶List of DNS servers to forward recursive queries on to. If not specified, recursion is disabled
- Default
[]
zones
¶
Map of DNS zone names to their BIND configuration file contents
- Default
{}
Templates¶
Templates are rendered and placed onto corresponding
instances during the deployment process. This job's templates
will be placed into /var/vcap/jobs/master/
directory
(learn more).
bin/master
(frombin/master
)bin/ttar
(frombin/ttar
)config/master.conf
(fromconfig/master.conf
)config/zones.ttar
(fromconfig/zones.ttar
)
Packages¶
Packages are compiled and placed onto corresponding
instances during the deployment process. Packages will be
placed into /var/vcap/packages/
directory.