mirror of
https://github.com/roles-ansible/ansible_role_avahi_client.git
synced 2024-08-16 16:09:49 +02:00
23 lines
450 B
YAML
23 lines
450 B
YAML
|
---
|
||
|
galaxy_info:
|
||
|
role_name: avahi_client
|
||
|
author: do1jlr
|
||
|
description: Avahi provides local hostname resolution using a "hostname.local" naming scheme.
|
||
|
license: "MIT"
|
||
|
min_ansible_version: 2.11
|
||
|
github_branch: main
|
||
|
platforms:
|
||
|
- name: Archlinux
|
||
|
versions: all
|
||
|
- name: Debian
|
||
|
versions: all
|
||
|
- name: Ubuntu
|
||
|
versions: all
|
||
|
galaxy_tags:
|
||
|
- avahi
|
||
|
- client
|
||
|
- local
|
||
|
- mdns
|
||
|
- bonjour
|
||
|
dependencies: []
|