Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryojerryyu/ansible-collection-default
https://github.com/ryojerryyu/ansible-collection-default
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ryojerryyu/ansible-collection-default
- Owner: RyoJerryYu
- License: mit
- Created: 2023-10-24T13:31:08.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-01T15:53:50.000Z (8 months ago)
- Last Synced: 2024-05-02T11:01:01.572Z (8 months ago)
- Language: Jinja
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible Collection - ryojerryyu.default
My default ansible collection containing some useful roles, modules and plugins.
## Roles
- [nvidia_gpu_exporter](roles/nvidia_gpu_exporter/README.md)
- [v2ray server](roles/v2ray_server/README.md)## Install
```bash
ansible-galaxy collection install ryojerryyu.default
```Or, if you already have a `requirements.yml` file, add an item to the collections list:
```yaml
collections:
- ryojerryyu.default
```Then, install the collection with `ansible-galaxy collection install -r requirements.yml`.
Anyways, you can refer to [ansible docs](https://docs.ansible.com/ansible/latest/collections_guide/index.html) for more details.
## License
This project is licensed under MIT License. See [LICENSE](/LICENSE) for more details.