ansible-role-nodejs icon indicating copy to clipboard operation
ansible-role-nodejs copied to clipboard

Ansible Role - Node.js

Results 24 ansible-role-nodejs issues
Sort by recently updated
recently updated
newest added

Thanks for this role, but would there also be a way to setup NPM to an appropriate version? I have set `nodejs_version: "14.x"` and this works, but no 18.04 the...

By default, ansible-role-nodejs always installs latest nodejs version. Actually, it upgrades it to the latest version on every run which may cause some problems in production environment. This PR adds...

We mirror a lot of repos inside our organization to save bandwidth. It would be nice to have an option with this role to override the default nodesource repos. I've...

The module in current state. Does work with no issue. But is using `apt_repository` module, which does add keys through apt-key and in trusted.gpt directly. Which is deprecated now and...

stale

Fix https://github.com/geerlingguy/ansible-role-nodejs/issues/151 - Switched to using deb822 and deb822_repository module - deb822_repository With `signed-by` which handle keyring correctly

stale

The old NodeSource repository is no longer updated. The new ["nodistro" suite](https://github.com/nodesource/distributions/wiki/How-to-migrate-to-the-new-repository) should now be used instead to receive future updates. This was already addressed in both #153 and #154...

Source: https://github.com/nodesource/distributions ``` We'd like to inform you of important changes to our distribution repository [nodesource/distributions](https://github.com/nodesource/distributions). What's New: Package Changes: DEB and RPM packages are now available under the nodistro...

Currently you can only install node on a clean machine or when node version is greater than currently installed, discussed [here](https://github.com/ansible/ansible/issues/29451). [allow_downgrade](https://docs.ansible.com/ansible/latest/collections/ansible/builtin/apt_module.html#parameter-allow_downgrade) set will enable downgrading node version.

stale

## Steps to reproduce - define `nodejs_version: "14.x"` - run playbook on Debian 12 (bookworm) - `node --version` returns something like v14.X.Y - run `apt upgrade` on the machine -...

stale