https://github.com/nycmeshnet/nycmesh-ansible
Common ansible roles used by mesh services
https://github.com/nycmeshnet/nycmesh-ansible
ansible
Last synced: 6 months ago
JSON representation
Common ansible roles used by mesh services
- Host: GitHub
- URL: https://github.com/nycmeshnet/nycmesh-ansible
- Owner: nycmeshnet
- License: gpl-3.0
- Created: 2024-12-26T00:39:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-13T04:13:01.000Z (6 months ago)
- Last Synced: 2026-01-13T07:47:59.176Z (6 months ago)
- Topics: ansible
- Language: Jinja
- Homepage:
- Size: 133 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.rst
- Contributing: CONTRIBUTING
- License: LICENSE
Awesome Lists containing this project
README
# 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
```bash
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:
```yaml
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:
```bash
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](https://github.com/nycmeshnet/nycmesh-ansible/commits/main/):
```bash
ansible-galaxy collection install git+https://github.com/nycmeshnet/nycmesh-ansible.git,abcdef0123456789
```
See [Ansible Using collections](https://docs.ansible.com/ansible/latest/user_guide/collections_using.html) for more details.
## Release notes
See the [changelog](https://github.com/ansible-collections/nycmesh.common/tree/main/CHANGELOG.rst).
## Roadmap
## More information
- [Ansible Collection overview](https://github.com/ansible-collections/overview)
- [Ansible User guide](https://docs.ansible.com/ansible/devel/user_guide/index.html)
- [Ansible Developer guide](https://docs.ansible.com/ansible/devel/dev_guide/index.html)
- [Ansible Collections Checklist](https://github.com/ansible-collections/overview/blob/main/collection_requirements.rst)
- [Ansible Community code of conduct](https://docs.ansible.com/ansible/devel/community/code_of_conduct.html)
- [The Bullhorn (the Ansible Contributor newsletter)](https://docs.ansible.com/ansible/devel/community/communication.html#the-bullhorn)
- [News for Maintainers](https://github.com/ansible-collections/news-for-maintainers)
## Licensing
GNU General Public License v3.0 or later.
See [LICENSE](https://www.gnu.org/licenses/gpl-3.0.txt) to see the full text.