Skip to content

pwelch/ansible-avahi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

Ansible Playbook for avahi the zeroconf software.

Role Variables

Available variables are listed below, along with default values (see defaults/main.yml):

avahi_hostname: "{{ ansible_hostname }}"
avahi_domain: "local"
avahi_useipv4: "yes"
avahi_useipv6: "no"
avahi_install_utils: false

Dependencies

None.

Example Playbook

---
- hosts: all
  roles:
    - avahi

Development

Requires Vagrant

  • vagrant up

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Source code availabe here