We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2af720c commit 4b188ccCopy full SHA for 4b188cc
README.md
@@ -1,5 +1,8 @@
1
# @mycloudlab/scaffolder-backend-module-ansible-controller
2
3
+
4
+
5
6
Plugin used to integrate ansible with backstage.
7
8
This plugin allows the execution of an ansible job-template from an action in the template step.
package.json
@@ -6,6 +6,10 @@
"types": "dist/index.d.ts",
"license": "Apache-2.0",
"private": false,
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "https://github.com/mycloudlab/scaffolder-backend-module-ansible-controller"
12
+ },
13
"publishConfig": {
14
"access": "public",
15
"main": "dist/index.cjs.js",
0 commit comments