Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Ansible Role for Avahi
https://github.com/pwelch/ansible-avahi

ansible avahi

Last synced: 28 days ago
JSON representation

Ansible Role for Avahi

Awesome Lists containing this project

README

        

# Overview

Ansible Playbook for [avahi](http://avahi.org/) 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](http://www.vagrantup.com/)

- `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](https://github.com/pwelch/ansible-avahi)