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
ansible_role_avahi_client/meta/main.yml

27 lines
525 B
YAML
Raw Normal View History

2021-09-02 02:50:51 +02:00
---
galaxy_info:
role_name: avahi_client
author: l3d
2023-04-25 23:52:04 +02:00
description: Avahi provides local hostname resolution using the ".local" MDNS Domain.
2021-09-02 02:50:51 +02:00
license: "MIT"
2023-04-25 23:52:04 +02:00
min_ansible_version: "2.12"
2021-09-02 02:50:51 +02:00
platforms:
2023-04-25 23:52:04 +02:00
- name: ArchLinux
versions: ['all']
2021-09-02 02:50:51 +02:00
- name: Debian
2023-04-25 23:52:04 +02:00
versions: ['all']
2021-09-02 02:50:51 +02:00
- name: Ubuntu
2023-04-25 23:52:04 +02:00
versions: ['all']
- name: EL
versions: ['all']
- name: Fedora
versions: ['all']
2021-09-02 02:50:51 +02:00
galaxy_tags:
- avahi
- client
- local
- mdns
- bonjour
2023-04-25 23:52:04 +02:00
- linux
2021-09-02 02:50:51 +02:00
dependencies: []