Skip to content

ISU-Ansible/ansible-hesiod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hesiod

Build Status

The hesiod role is used to install and configure the Hesiod name service.

Requirements

  • Enterprise Linux 6
  • Enterprise Linux 7

Role Variables

Defaults are:

hesiod:
  rhs: ".EXAMPLE.COM"
  lhs: ".ns"
  classes: "HS,IN"

Dependencies

No dependencies.

Example Playbook

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

License

GPL2

Author Information

About

Role to install hesiod

Resources

Stars

Watchers

Forks

Packages

No packages published