Ansible Playbook for avahi the zeroconf software.
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
None.
---
- hosts: all
roles:
- avahi
Requires Vagrant
vagrant up
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
Source code availabe here