Skip to content

repleo/ansible-role-hosts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ansible role - Update /etc/hosts local domain lookup

Build Status Ansible Galaxy

update /etc/hosts

Role Variables

  • hosts

Example Playbook

- hosts: servers
  roles:
     - { role: repleo.hosts,
         hosts:
           - { ip: 127.0.0.1, alias: localhost }
           - { ip: '::1', alias: localhosts }

License

BSD - (c) 2016, Repleo, Amstelveen

Author Information

Repleo, Amstelveen, Holland -- www.repleo.nl Jeroen Arnoldus (jeroen@repleo.nl)