This is the Ansible Collection l3d.avahi
.
Here are all our ansible roles for installing git server.
You can install the collection using ansible-galaxy by running:
ansible-galaxy collection install l3d.avahi
Or you could clone this collection in your local ansible project for example to collections/ansible_collections/l3d/avahi/
. Make sure you checkout git submodules too. Example:
# Clone git Repo with submodules to specified path
git clone --recursive https://github.com/roles-ansible/ansible_collection_avahi.git collections/ansible_collections/l3d/avahi/
# change directory
cd collections/ansible_collections/l3d/avahi/
# optionally init git submodules
git submodule update --init --recursive
# optionally install all requirements
ansible-galaxy install -r requirements.yml
You can also list a collection in requirements.yml
:
---
collections:
- name: l3d.avahi
version: ">=1.0.2"