openstack-ansible-os_designate/templates/rndc.key.j2
Jonathan Rosser ff9a55d5db Create rndc key
The deployer can provide an rndc key to authenticate with bind.

Change-Id: I7cec53ebaf9fb69fa7116878528fa654dc362f92
2018-05-30 18:40:42 +01:00

5 lines
105 B
Django/Jinja

key "{{ item.name }}" {
algorithm "{{ item.algorithm }}";
secret "{{ item.secret }}";
};