pwelch / ansible-avahi

Ansible Role for Avahi

Home Page:https://pwelch.github.io/ansible-avahi/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Ansible Role for Avahi

https://pwelch.github.io/ansible-avahi/


Languages

Language:HTML 55.6%Language:Shell 25.1%Language:Makefile 19.2%