{"id":14984597,"url":"https://github.com/hspaans/ansible-galaxy-action","last_synced_at":"2025-04-10T21:20:42.146Z","repository":{"id":37983094,"uuid":"290900990","full_name":"hspaans/ansible-galaxy-action","owner":"hspaans","description":"GitHub Action to import role into Ansible Galaxy","archived":false,"fork":false,"pushed_at":"2025-03-01T09:53:34.000Z","size":221,"stargazers_count":6,"open_issues_count":3,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-04T12:53:05.971Z","etag":null,"topics":["ansible","ansible-galaxy","ansible-role","github-action"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hspaans.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2020-08-27T23:10:25.000Z","updated_at":"2024-12-14T22:31:06.000Z","dependencies_parsed_at":"2023-01-11T17:21:26.906Z","dependency_job_id":"ff60db1e-e48b-40c5-83b4-4543fd6ca0a5","html_url":"https://github.com/hspaans/ansible-galaxy-action","commit_stats":{"total_commits":148,"total_committers":2,"mean_commits":74.0,"dds":0.3445945945945946,"last_synced_commit":"b7f5b690ef120b10e20bface07749d76d4f49513"},"previous_names":[],"tags_count":38,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hspaans%2Fansible-galaxy-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hspaans%2Fansible-galaxy-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hspaans%2Fansible-galaxy-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hspaans%2Fansible-galaxy-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hspaans","download_url":"https://codeload.github.com/hspaans/ansible-galaxy-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248271872,"owners_count":21075800,"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":["ansible","ansible-galaxy","ansible-role","github-action"],"created_at":"2024-09-24T14:09:19.046Z","updated_at":"2025-04-10T21:20:42.128Z","avatar_url":"https://github.com/hspaans.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# ansible-galaxy-action\n\n## Usage\n\nGitHub Action to import role into Ansible Galaxy.\n\n## Parameters\n\nFollowing parameters can be used as `step.with` keys:\n\n| Name              | Type   | Default  | Description            |\n| ----------------- | ------ | -------- | ---------------------- |\n| `api_key`         | String |          | Ansible Galaxy API-key |\n\n## Example\n\n```yaml\n---\nname: Publish on Ansible Galaxy\n\non:\n  push:\n    tags:\n      - \"v*\"\n    branches:\n      - master\n\njobs:\n  publish:\n    name: Publish on Ansible Galaxy\n    runs-on: ubuntu-latest\n\n    steps:\n      - name: Checkout Code\n        uses: actions/checkout@v2\n\n      - name: Release Ansible Role to Galaxy\n        uses: hspaans/ansible-galaxy-action@v2.1.0\n        with:\n          api_key: ${{ secrets.galaxy_api_key }}\n```\n\n## Keep up-to-date with GitHub Dependabot\n\n[GitHub Actions has native support](https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates#package-ecosystem) for [Dependabot](https://docs.github.com/en/github/administering-a-repository/keeping-your-actions-up-to-date-with-github-dependabot),\nto enable it on your GitHub repository all you need to do is add the `.github/dependabot.yml` file:\n\n```yaml\n---\nversion: 2\nupdates:\n  - package-ecosystem: github-actions\n    directory: /\n    schedule:\n      interval: daily\n```\n\n## Limitation\n\nThis action is only available for Linux [virtual environments](https://help.github.com/en/articles/virtual-environments-for-github-actions#supported-virtual-environments-and-hardware-resources).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhspaans%2Fansible-galaxy-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhspaans%2Fansible-galaxy-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhspaans%2Fansible-galaxy-action/lists"}