Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 421 Bytes

File metadata and controls

32 lines (22 loc) · 421 Bytes

ansible-nodejs

Setups NodeJS from nodesource APT packages

Example playbook

---
- hosts: myserver
  user: root
  sudo: False
  roles:
   - sunfoxcz.nodejs
     node_version: 12

Mandatory variables

None

Optional variables

  • node_version

Default values

node_version: 12 # 10, 12, 13, 14 available

License

Licensed under MIT license. See LICENSE for details.