Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/angristan/ansible-yarn
Ansible role to install Yarn
https://github.com/angristan/ansible-yarn
ansible debian node nodejs ubuntu yarn
Last synced: 20 days ago
JSON representation
Ansible role to install Yarn
- Host: GitHub
- URL: https://github.com/angristan/ansible-yarn
- Owner: angristan
- License: mit
- Created: 2019-02-16T18:26:05.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-22T18:41:23.000Z (almost 5 years ago)
- Last Synced: 2025-01-19T22:16:17.017Z (23 days ago)
- Topics: ansible, debian, node, nodejs, ubuntu, yarn
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ansible role for Yarn
This is a simple role that will install Yarn on Debian/Ubuntu from the [official APT repo](https://yarnpkg.com/en/docs/install#debian-stable).
## Installation
Add this to your `requirements.yml`:
```yml
- src: https://github.com/angristan/ansible-yarn
```## Sample playbook
```yaml
---- hosts: myhost
roles:
- name: yarn
tags: yarn
```