Skip to content

Ansible module to alter ssh authentication to follow hesiod dns rules

License

Notifications You must be signed in to change notification settings

fullcontact/ansible-hesiod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Role Name

Ansible role to setup SSH Authentication via hesiod DNS lookup.

Requirements

Suggested to be used in conjunction with hesiod53 to create the DNS records on AWS Route53, but could be used stand alone.

Role Variables

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'

Example Playbook

    - hosts: servers
      roles:
         - role: riltsken.hesiod
           hesiod_conf_lhs: '.hesiod'
           hesiod_conf_rhs: '.yourdomain.com'

License

MIT

Author Information

FullContact

https://github.com/fullcontact/

[email protected]

About

Ansible module to alter ssh authentication to follow hesiod dns rules

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •