{"id":18319626,"url":"https://github.com/mycloudlab/scaffolder-backend-module-ansible-controller","last_synced_at":"2026-01-04T10:40:42.429Z","repository":{"id":257811812,"uuid":"852747298","full_name":"mycloudlab/scaffolder-backend-module-ansible-controller","owner":"mycloudlab","description":"Ansible controller backstage integration","archived":false,"fork":false,"pushed_at":"2025-04-02T10:19:01.000Z","size":541,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-02T11:25:16.583Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mycloudlab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-05T11:00:02.000Z","updated_at":"2025-04-02T10:14:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"f722bd78-852f-46a3-b8c3-3dff53a77bfe","html_url":"https://github.com/mycloudlab/scaffolder-backend-module-ansible-controller","commit_stats":null,"previous_names":["mycloudlab/scaffolder-backend-module-ansible-controller"],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mycloudlab%2Fscaffolder-backend-module-ansible-controller","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mycloudlab%2Fscaffolder-backend-module-ansible-controller/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mycloudlab%2Fscaffolder-backend-module-ansible-controller/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mycloudlab%2Fscaffolder-backend-module-ansible-controller/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mycloudlab","download_url":"https://codeload.github.com/mycloudlab/scaffolder-backend-module-ansible-controller/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246806174,"owners_count":20837052,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-05T18:13:48.400Z","updated_at":"2026-01-04T10:40:42.376Z","avatar_url":"https://github.com/mycloudlab.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @mycloudlab/scaffolder-backend-module-ansible-controller\n\n![NPM Version](https://img.shields.io/npm/v/%40mycloudlab%2Fscaffolder-backend-module-ansible-controller)\n\n\nPlugin used to integrate ansible with backstage.\n\nThis plugin allows the execution of an ansible job-template from an action in the template step.\n\n## install on RHDH\n\nCheck integrity version using command:\n```bash\n# please change \u003cversion\u003e to especific version\ncurl -sL https://registry.npmjs.org/@mycloudlab/scaffolder-backend-module-ansible-controller/\u003cversion\u003e | jq '.dist.integrity' -r\n```\n\n```yaml\n# add entry dynamic-plugins-rhdh config map\n# please change \u003cversion\u003e to especific version\n    plugins:\n      - package: '@mycloudlab/scaffolder-backend-module-ansible-controller@\u003cversion\u003e'\n        integrity: '\u003cintegrity of before command\u003e'\n        disabled: false   \n```\n\n## how to use\n\nConfigure your `app-config.yaml` with this entry.\n\n```yaml\n# app-config.yaml\n\n...\n\nintegrations:\n  ansible-controller:\n    - name: my-controller\n      url: https://aap.host.com\n      username: username\n      password: password\n```\n\nConfigure your template call to ansible:\n\n```yaml\n# your template\n  steps:\n    - id: call-ansible\n      name: Calling ansible to launch\n      action: ansible-controller:job_template:launch\n      input:\n        controller: my-controller\n        job_template: Demo Job Template\n        extra_vars:\n          execution_count: ${{ parameters.execution_count }}\n          fail_execution: ${{ parameters.fail_execution }}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmycloudlab%2Fscaffolder-backend-module-ansible-controller","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmycloudlab%2Fscaffolder-backend-module-ansible-controller","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmycloudlab%2Fscaffolder-backend-module-ansible-controller/lists"}