Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pwelch/ansible-avahi
- Owner: pwelch
- Created: 2014-10-26T19:35:48.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2021-03-04T00:52:33.000Z (over 3 years ago)
- Last Synced: 2024-10-09T16:42:30.240Z (about 1 month ago)
- Topics: ansible, avahi
- Language: HTML
- Homepage: https://pwelch.github.io/ansible-avahi/
- Size: 39.1 KB
- Stars: 6
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```
## DependenciesNone.
## 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 RequestSource code availabe [here](https://github.com/pwelch/ansible-avahi)