blob: 18a96ceef766e87233474a557b1341e1261aa459 [file] [log] [blame]
Zack Williams55164582020-10-01 21:05:56 -07001---
2# nodejs meta/main.yml
3#
4# SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org>
5# SPDX-License-Identifier: Apache-2.0
6
7galaxy_info:
Zack Williams2a485e02022-05-14 20:38:41 -07008 role_name: nodejs
9 namespace: onf
10
Zack Williams55164582020-10-01 21:05:56 -070011 author: Open Networking Foundation
12 description: Node.js installed via NodeSource Binary Distribution
13 company: Open Networking Foundation
14
15 issue_tracker_url: https://jira.opennetworking.org/
16
17 license: Apache-2.0
18
19 min_ansible_version: 2.9.5
20
21 platforms:
22 - name: Ubuntu
23 versions:
24 - "18.04"
25 - name: Debian
26 versions:
Zack Williams2a485e02022-05-14 20:38:41 -070027 - "11"
Zack Williams55164582020-10-01 21:05:56 -070028 galaxy_tags:
29 - nodejs
30
31dependencies: []