Skip to content

Common ansible roles used by mesh services

License

Notifications You must be signed in to change notification settings

nycmeshnet/nycmesh-ansible

Repository files navigation

Nycmesh Common Collection

This repository contains the nycmesh.common Ansible Collection.

External requirements

Some modules and plugins require external libraries. Please check the requirements for each plugin or module you use in the documentation to find out which requirements are needed.

Included content

Using this collection

    ansible-galaxy collection install git+https://github.com/nycmeshnet/nycmesh-ansible.git,main

You can also include it in a requirements.yml file and install it via ansible-galaxy collection install -r requirements.yml using the format:

collections:
  - name: nycmesh.common
    source: git+https://github.com/nycmeshnet/nycmesh-ansible.git
    type: git
    version: main

To upgrade the collection to the latest available version, run the following command:

ansible-galaxy collection install git+https://github.com/nycmeshnet/nycmesh-ansible.git,main --upgrade

You can also install a specific version of the collection, for example, if you need to downgrade when something is broken in the latest version (please report an issue in this repository). Use the following syntax where abcdef0123456789 can be any commits:

ansible-galaxy collection install git+https://github.com/nycmeshnet/nycmesh-ansible.git,abcdef0123456789

See Ansible Using collections for more details.

Release notes

See the changelog.

Roadmap

More information

Licensing

GNU General Public License v3.0 or later.

See LICENSE to see the full text.

About

Common ansible roles used by mesh services

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages