configpolicy/roles/named
Dustin eca967c8b3 roles/named: Support managing TSIG keys
To support signing of updates, TSIG keys can be defined using the
`named_keys` variable. This variable takes a list of objects with the
following properties:

* `name`: The name of the key
* `algorithm`: The signature algorithm (default: `hmac-md5`)
* `secret`: The base64-encoded key material
2018-02-20 16:12:23 -06:00
..
defaults roles/named: Support managing zones 2018-02-20 16:12:05 -06:00
handlers roles/named: Deploy BIND DNS server 2018-01-29 15:07:31 -06:00
tasks roles/named: Support managing TSIG keys 2018-02-20 16:12:23 -06:00
templates roles/named: Support managing TSIG keys 2018-02-20 16:12:23 -06:00
vars roles/named: Deploy BIND DNS server 2018-01-29 15:07:31 -06:00