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:
parent
a685712bc1
commit
00b8f33203
4 changed files with 34 additions and 2 deletions
12
README.md
12
README.md
|
@ -1,4 +1,14 @@
|
||||||
ansible role avahi_client
|
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
22
meta/main.yml
Normal 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: []
|
|
@ -1,4 +1,4 @@
|
||||||
---
|
---
|
||||||
# versionscheck
|
# versionscheck
|
||||||
playbook_version_number: 4
|
playbook_version_number: 5
|
||||||
playbook_version_path: 'do1jlr.avahi_client.version'
|
playbook_version_path: 'do1jlr.avahi_client.version'
|
||||||
|
|
Loading…
Reference in a new issue