@eu4ia/node-red-contrib-awx
Version:
Node to launch playbooks in awx
28 lines (26 loc) • 601 B
JSON
{
"name": "@eu4ia/node-red-contrib-awx",
"version": "0.0.10",
"description": "Node to launch playbooks in awx",
"author": "Jonathan Spruyt",
"license": "MIT",
"keywords": [
"eu4ia",
"awx",
"ansible"
],
"repository": {
"type": "git",
"url": "https://scm.dimensiondata.com/eu4ia/node-red-contrib-awx.git"
},
"node-red": {
"nodes": {
"awx-launch": "awx-launch.js",
"awx-config": "awx-config.js"
}
},
"dependencies": {
"axios": "^0.21.0",
"https-proxy-agent": "2.2.4"
}
}