Ansible role to setup SSH Authentication via hesiod DNS lookup.
Suggested to be used in conjunction with hesiod53 to create the DNS records on AWS Route53, but could be used stand alone.
You can find variable defaults in defaults/main.yml
. Main ones you want to edit are
hesiod_conf_lhs: '.hesiod'
hesiod_conf_rhs: '.yourdomain.com'
- hosts: servers
roles:
- role: riltsken.hesiod
hesiod_conf_lhs: '.hesiod'
hesiod_conf_rhs: '.yourdomain.com'
MIT
FullContact