mirror of
https://github.com/saltstack-formulas/bind-formula.git
synced 2025-04-10 23:01:41 +00:00
No description
bind | ||
LICENSE | ||
pillar.example | ||
README.rst |
bind
Formulas to set up and configure the bind DNS server.
Note
See the full Salt Formulas installation and usage instructions.
Available states
bind
Install the bind package and start the bind service.
bind.config
Manage the bind configuration file.
Example Pillar
bind:
configured_zones:
sub.domain.com:
type: master
notify: False
configured_views:
myview1:
match_clients:
- client1
- client2
configured_zones:
my.zone:
type: master
notify: False
See bind/pillar.example.
Notes
- When using views all zones must be configured in views!