Skip to content

roles-ansible/ansible_collection_avahi

Repository files navigation

collection l3d.avahi Maintainance License

Ansible Collection - l3d.avahi

This is the Ansible Collection l3d.avahi. Here are all our ansible roles for installing git server.

Ansible Roles in l3d.avahi

  • l3d.avahi.client
  • l3d.avahi.daemon

Using this Collection

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"