Old ansible configuration for servers
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

install-nodejs 272B

1234567891011
  1. ---
  2. # Adds a node JS release PPA and installs node.
  3. - include: install-from-ppa
  4. vars:
  5. ppa: 'ppa:chris-lea/node.js'
  6. ppa_mint: 'deb http://ppa.launchpad.net/chris-lea/node.js/ubuntu raring main'
  7. package: 'nodejs'
  8. - name: install npm
  9. apt: pkg=npm force=yes