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: 2 months 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-22T18:41:23.000Z (about 6 years ago)
- Last Synced: 2026-03-30T05:39:37.779Z (3 months ago)
- Topics: ansible, debian, node, nodejs, ubuntu, yarn
- Size: 2.93 KB
- Stars: 2
- Watchers: 1
- 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
```