2016-03-15 08:32:38 -04:00
|
|
|
---
|
|
|
|
node_version_family: "5.x"
|
|
|
|
# Other valid value is 4.x
|
|
|
|
|
|
|
|
globally_installed_tools:
|
2016-05-19 07:52:46 -04:00
|
|
|
- browserify
|
|
|
|
- npmrc
|
2016-03-15 08:32:38 -04:00
|
|
|
|
2016-03-15 10:10:17 -04:00
|
|
|
local_development:
|
|
|
|
# Set to true for provisioning a development environment
|
|
|
|
enabled: false
|
|
|
|
user: "{{ ansible_env.SUDO_USER }}"
|
|
|
|
|