The hesiod role is used to install and configure the Hesiod name service.
- Enterprise Linux 6
- Enterprise Linux 7
Defaults are:
hesiod:
rhs: ".EXAMPLE.COM"
lhs: ".ns"
classes: "HS,IN"
No dependencies.
To use the hesiod playbook, simply call it with your preferred variables.
- hosts: servers
vars:
hesiod:
rhs: ".MY.DOMAIN"
lhs: ".ns"
classes: "HS,IN"
roles:
- ISU-Ansible.hesiod
GPL2