{"id":29676014,"url":"https://github.com/disafronov/run-ansible-inventory","last_synced_at":"2026-04-15T22:35:31.305Z","repository":{"id":221920857,"uuid":"755778431","full_name":"disafronov/run-ansible-inventory","owner":"disafronov","description":"GitHub Action to run SOPS-enabled Ansible with inventory directory.","archived":false,"fork":false,"pushed_at":"2026-03-16T12:57:06.000Z","size":47,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-17T01:07:32.908Z","etag":null,"topics":["age","ansible","github-action","github-actions","inventory","sops"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/disafronov.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-02-11T02:45:38.000Z","updated_at":"2026-03-16T12:52:40.000Z","dependencies_parsed_at":"2025-11-27T13:09:37.849Z","dependency_job_id":null,"html_url":"https://github.com/disafronov/run-ansible-inventory","commit_stats":null,"previous_names":["dmitriysafronov/run-ansible-inventory","disafronov/run-ansible-inventory"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/disafronov/run-ansible-inventory","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/disafronov%2Frun-ansible-inventory","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/disafronov%2Frun-ansible-inventory/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/disafronov%2Frun-ansible-inventory/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/disafronov%2Frun-ansible-inventory/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/disafronov","download_url":"https://codeload.github.com/disafronov/run-ansible-inventory/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/disafronov%2Frun-ansible-inventory/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31863495,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"ssl_error","status_checked_at":"2026-04-15T15:24:39.138Z","response_time":63,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["age","ansible","github-action","github-actions","inventory","sops"],"created_at":"2025-07-22T23:39:15.788Z","updated_at":"2026-04-15T22:35:31.285Z","avatar_url":"https://github.com/disafronov.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# run-ansible-inventory\n\nGitHub Action to run SOPS-enabled Ansible with inventory directory.\n\nExample:\n\n```yaml\nname: Ansible\n\n\"on\":\n  pull_request:\n    branches: [main]\n    paths:\n      - \"inventory/**/*\"\n  push:\n    branches: [main]\n    paths:\n      - \"inventory/**/*\"\n\njobs:\n\n  find-out-changed-inventories:\n    name: Find out changed inventories\n    runs-on: ubuntu-latest\n    outputs:\n      directories: ${{ steps.changed-files.outputs.directories }}\n    steps:\n      - name: Get Ansible changed inventories directories\n        uses: dmitriysafronov/get-ansible-changed-inventories@v1.1.0\n        id: changed-files\n\n  run-ansible-on-changed-inventories:\n    name: Ansible\n    runs-on: ubuntu-latest\n    strategy:\n      matrix:\n        directory: ${{ fromJson(needs.find-out-changed-inventories.outputs.directories) }}\n    needs:\n      - find-out-changed-inventories\n    steps:\n      - name: Run SOPS-enabled Ansible with inventory directory\n        uses: dmitriysafronov/run-ansible-inventory@v1.2.2\n        with:\n          directory: ${{ matrix.directory }}\n          ssh-private-key: ${{ secrets.ANSIBLE_SSH_PRIVATE_KEY }}\n          sops-age-private-key: ${{ secrets.ANSIBLE_SOPS_AGE_KEY }}\n          pipx-dependencies: ${{ vars.PIPX_DEPENDENCIES }} # optional\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdisafronov%2Frun-ansible-inventory","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdisafronov%2Frun-ansible-inventory","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdisafronov%2Frun-ansible-inventory/lists"}