1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_avahi_client.git synced 2024-08-16 16:09:49 +02:00

add galaxy meta data

This commit is contained in:
L3D 2021-09-02 02:50:51 +02:00
parent a685712bc1
commit 00b8f33203
Signed by: l3d
GPG key ID: CD08445BFF4313D1
4 changed files with 34 additions and 2 deletions

View file

@ -1,4 +1,14 @@
ansible role avahi_client
===========================
Ansible role to resolve the .local domain via mdns and discover avahi services.
Avahi provides local hostname resolution using a "hostname.local" naming scheme.
This ansible role installs the required dependencies and configures the DNS resolver accordingly.
You can opt-out from deploying a new ``/etc/nsswitch.conf`` config by setting ``avahi__configure_nsswitch`` to ``false``.
You can opt-in in a simple versionscheck that can prevent you from running a older version of this role by setting ``submodules_versioncheck`` to ``true``.
Learn more
------------
+ [/etc/nsswitch.conf](https://man7.org/linux/man-pages/man5/nsswitch.conf.5.html)
+ Avahi [wiki.archlinux.org](https://wiki.archlinux.org/title/Avahi)

22
meta/main.yml Normal file
View file

@ -0,0 +1,22 @@
---
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: []

View file

@ -1,4 +1,4 @@
---
# versionscheck
playbook_version_number: 4
playbook_version_number: 5
playbook_version_path: 'do1jlr.avahi_client.version'