{"id":19268411,"url":"https://github.com/pluralith/pluralith-ansible-module","last_synced_at":"2025-07-16T18:37:54.091Z","repository":{"id":116329774,"uuid":"523507160","full_name":"Pluralith/pluralith-ansible-module","owner":"Pluralith","description":"A dedicated Ansible module to run Pluralith","archived":false,"fork":false,"pushed_at":"2022-08-17T19:48:10.000Z","size":18,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-01-05T12:30:44.935Z","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":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Pluralith.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":"2022-08-10T21:53:35.000Z","updated_at":"2024-08-22T07:48:21.000Z","dependencies_parsed_at":"2024-08-11T08:30:29.557Z","dependency_job_id":null,"html_url":"https://github.com/Pluralith/pluralith-ansible-module","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pluralith%2Fpluralith-ansible-module","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pluralith%2Fpluralith-ansible-module/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pluralith%2Fpluralith-ansible-module/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pluralith%2Fpluralith-ansible-module/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Pluralith","download_url":"https://codeload.github.com/Pluralith/pluralith-ansible-module/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240371742,"owners_count":19790888,"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-09T20:16:10.733Z","updated_at":"2025-02-23T19:46:07.421Z","avatar_url":"https://github.com/Pluralith.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![GitHub Badge Blue](https://user-images.githubusercontent.com/25454503/157903512-a9be0f7b-9255-4f88-9b00-9d50539dd901.svg)\n\n# Pluralith Ansible Module\n\nA dedicated Ansible module to run Pluralith\n\n`Pluralith is currently in Alpha`\n\n\u0026nbsp;\n\n## 📕 Get Started\n\nCopy the below snippet as a starting point to run Pluralith with your Terraform + Ansible setup.\n- Task 1 initializes Terraform and Pluralith\n- Task 2 runs Pluralith and generates a diagram.\n\n```yml\n- name: Generate Pluralith Diagram\n  hosts: localhost\n  vars:\n    variable_dict:\n      var_1: \"VALUE\"\n      var_2: \"VALUE\"\n  tasks:\n    - name: Init Terraform and Pluralith\n      pluralith:\n        command: \"init\" # See all available commands at https://docs.pluralith.com/docs/category/cli-commands\n        api_key: \"YOUR API KEY HERE\"\n        project_id: \"YOUR PROJECT ID HERE\" # Sign up and create a project at https://app.pluralith.com\n        project_path: \"YOUR PROJECT PATH HERE\"\n        init_tf: true\n        tf_backend_config:\n          region: “us-west-1\"\n          bucket: \"test\"\n          key: \"ansible_test\"\n          profile: \"qa_env\"\n      register: command_result\n    - name: Run Pluralith\n      pluralith:\n        command: \"run\" # See all available commands at https://docs.pluralith.com/docs/category/cli-commands\n        project_path: \"YOUR PROJECT PATH HERE\"\n        tf_vars: \"{{ variable_dict }}\"\n      register: command_result\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpluralith%2Fpluralith-ansible-module","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpluralith%2Fpluralith-ansible-module","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpluralith%2Fpluralith-ansible-module/lists"}