Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```