All Projects → ocha → ansible-role-yarn

ocha / ansible-role-yarn

Licence: other
Ansible Role - YARN Package Manager for Ubuntu/RHEL/CentOS https://galaxy.ansible.com/ocha/yarn/

Projects that are alternatives of or similar to ansible-role-yarn

Atom Autocomplete Module Import
⚛️ Search & install npm packages from import/require statements.
Stars: ✭ 182 (+574.07%)
Mutual labels:  yarn, package-management
upgreat
CLI for a painless way to upgrade your package.json dependencies!
Stars: ✭ 47 (+74.07%)
Mutual labels:  yarn, package-management
ansible-role-aptly
Install aptly debian respository manager and enable the REST API
Stars: ✭ 37 (+37.04%)
Mutual labels:  ansible-role
ansible-palybooks
Ansible Palybooks Written and Published by www.server-computer.com. NO WARRANTY for any damages and loss of data.
Stars: ✭ 24 (-11.11%)
Mutual labels:  ansible-role
pipfile-requirements
A CLI tool to covert Pipfile/Pipfile.lock to requirments.txt
Stars: ✭ 47 (+74.07%)
Mutual labels:  package-management
restql
RESTful API Resolver for Nested-Linked Resources | 🕸 🕷
Stars: ✭ 16 (-40.74%)
Mutual labels:  yarn
ansible-concourse
An ansible role to manage Concourse CI
Stars: ✭ 22 (-18.52%)
Mutual labels:  ansible-role
MacOS-All-In-One-Update-Script
Mac update shell script (Appstore, macOS, Homebrew and others)
Stars: ✭ 39 (+44.44%)
Mutual labels:  yarn
ansible-playbook-volumio-bluetooth
Pair your phone and stream audio to a Raspberry Pi running Volumio
Stars: ✭ 13 (-51.85%)
Mutual labels:  ansible-role
ts-react-boilerplate
A very opinionated (React/TypeScript/Redux/etc) frontend boilerplate
Stars: ✭ 43 (+59.26%)
Mutual labels:  yarn
swarm-pack
Package management for Docker Swarm
Stars: ✭ 22 (-18.52%)
Mutual labels:  package-management
ansible-qemu-kvm
Ansible role to provision KVM/QEMU virtual machines
Stars: ✭ 38 (+40.74%)
Mutual labels:  ansible-role
ansible-role-harden-linux
Ansible role for hardening Linux
Stars: ✭ 99 (+266.67%)
Mutual labels:  ansible-role
frontend-gradle-plugin
All-in-one Gradle Node plugin, Gradle NPM plugin, Gradle Yarn Berry plugin to build Javascript applications with Gradle: distribution management, built-in tasks.
Stars: ✭ 120 (+344.44%)
Mutual labels:  yarn
marayarn
Marathon on yarn
Stars: ✭ 13 (-51.85%)
Mutual labels:  yarn
yarn-plugin-nixify
Yarn v3 plugin to help with Nix packaging
Stars: ✭ 41 (+51.85%)
Mutual labels:  yarn
monit
Ansible role that configures monit. Will also setup baseline monitoring of SSH, NTP, and Cron.
Stars: ✭ 37 (+37.04%)
Mutual labels:  ansible-role
yarn-prometheus-exporter
Export Hadoop YARN (resource-manager) metrics in prometheus format
Stars: ✭ 44 (+62.96%)
Mutual labels:  yarn
ansible-role-asdf
No description or website provided.
Stars: ✭ 45 (+66.67%)
Mutual labels:  ansible-role
docker-compose-laravel
A Docker Compose setup for Laravel projects.
Stars: ✭ 23 (-14.81%)
Mutual labels:  yarn

Ansible Role: YARN Repository

Build Status Ansible Galaxy

Installs the YARN Package Manager for Ubuntu/RHEL/CentOS.

Requirements

This role only runs on Ubuntu, RHEL and its derivatives. It requires EPEL repo on RHEL so it can install NodeJS.

Role Variables

Available variables are listed below, along with default values (see defaults/main.yml):

yarn_debian_repo_url: "https://dl.yarnpkg.com/debian/ stable main"
yarn_debian_repo_gpg_key_url: "https://dl.yarnpkg.com/debian/pubkey.gpg"
yarn_rhel_repo_url: "https://dl.yarnpkg.com/rpm/"
yarn_rhel_repo_gpg_key_url: "https://dl.yarnpkg.com/rpm/pubkey.gpg"

Generally, these should not be changed, but if this role is out of date, or if you need a very specific version, these can be overridden.

Dependencies

None.

Example Playbook

Including an example of how to use your role (for instance, with variables passed in as parameters) is always nice for users too:

- hosts: servers
  roles:
     - ocha.yarn

License

MIT / BSD

Author Information

This role was created by Iuri Gagnidze

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].