configpolicy/roles
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
..
base roles/base: Basic config management support 2018-01-29 15:02:10 -06:00
kerberos roles/kerberos: Configure mit-krb5 2018-01-29 15:05:51 -06:00
named roles/named: Support managing TSIG keys 2018-02-20 16:12:23 -06:00
samba-dc roles/samba-dc: Conditionally configure BIND9_DLZ 2018-02-19 22:46:27 -06:00