{"id":20268508,"url":"https://github.com/infisical/ansible-collection","last_synced_at":"2025-04-11T03:40:08.436Z","repository":{"id":204554797,"uuid":"710111955","full_name":"Infisical/ansible-collection","owner":"Infisical","description":"This collection provides a series of Ansible modules and plugins for interacting with the Infisical.","archived":false,"fork":false,"pushed_at":"2025-01-23T22:42:09.000Z","size":20,"stargazers_count":5,"open_issues_count":4,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-03T13:48:46.607Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/Infisical.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,"zenodo":null}},"created_at":"2023-10-26T03:31:08.000Z","updated_at":"2025-01-23T22:41:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"d5973fcb-5bf9-4ff1-b8a3-856bce0a53a5","html_url":"https://github.com/Infisical/ansible-collection","commit_stats":null,"previous_names":["infisical/ansible-collection"],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Infisical%2Fansible-collection","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Infisical%2Fansible-collection/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Infisical%2Fansible-collection/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Infisical%2Fansible-collection/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Infisical","download_url":"https://codeload.github.com/Infisical/ansible-collection/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248339182,"owners_count":21087212,"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-14T12:18:38.149Z","updated_at":"2025-04-11T03:40:08.410Z","avatar_url":"https://github.com/Infisical.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Infisical Collection\nThis Ansible Infisical collection includes a variety of Ansible content to help automate the management of Infisical services. This collection is maintained by the Infisical team.\n\n[View full documentation](https://galaxy.ansible.com/ui/repo/published/infisical/vault/)\n\n## Ansible version compatibility\n\nTested with the Ansible Core \u003e= 2.12.0 versions, and the current development version of Ansible. Ansible Core versions prior to 2.12.0 have not been tested.\n\n## Python version compatibility\n\nThis collection depends on the Infisical SDK for Python. \n\nRequires Python 3.7 or greater.\n\n## Installing this collection\n\nYou can install the Infisical collection with the Ansible Galaxy CLI:\n\n    ansible-galaxy collection install infisical.vault\n\nThe python module dependencies are not installed by `ansible-galaxy`.  They can\nbe manually installed using pip:\n\n    pip install infisical-python\n\n## Using this collection\n\nYou can either call modules by their Fully Qualified Collection Name (FQCN), such as `infisical.vault.read_secrets`, or you can call modules by their short name if you list the `infisical.vault` collection in the playbook's `collections` keyword:\n\n```yaml\n---\nvars:\n  read_all_secrets_within_scope: \"{{ lookup('infisical.vault.read_secrets', universal_auth_client_id='\u003c\u003e', universal_auth_client_secret='\u003c\u003e', project_id='\u003c\u003e', path='/', env_slug='dev', url='https://spotify.infisical.com') }}\"\n  # [{ \"key\": \"HOST\", \"value\": \"google.com\" }, { \"key\": \"SMTP\", \"value\": \"gmail.smtp.edu\" }]\n\n  read_secret_by_name_within_scope: \"{{ lookup('infisical.vault.read_secrets', universal_auth_client_id='\u003c\u003e', universal_auth_client_secret='\u003c\u003e', project_id='\u003c\u003e', path='/', env_slug='dev', secret_name='HOST', url='https://spotify.infisical.com') }}\"\n  # [{ \"key\": \"HOST\", \"value\": \"google.com\" }]\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finfisical%2Fansible-collection","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finfisical%2Fansible-collection","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finfisical%2Fansible-collection/lists"}