UNPKG

n8n-nodes-awx

Version:

n8n node to interact with Ansible AWX/Tower with improved type safety

15 lines 583 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.resourceActionMap = void 0; const index_1 = require("../resources/options/index"); exports.resourceActionMap = { 'job': index_1.jobActions, 'jobTemplate': index_1.jobTemplateActions, 'workflowJob': index_1.workflowJobActions, 'workflowJobTemplate': index_1.workflowJobTemplateActions, 'project': index_1.projectActions, 'inventory': index_1.inventoryActions, 'group': index_1.groupActions, 'host': index_1.hostActions }; //# sourceMappingURL=ResourceActionMap.js.map