{"id":20155226,"url":"https://github.com/redhat-cop/eda_configuration","last_synced_at":"2025-04-09T21:53:19.156Z","repository":{"id":73504952,"uuid":"509613320","full_name":"redhat-cop/eda_configuration","owner":"redhat-cop","description":"This ansible collection includes a number of roles and modules which can be used to configure and manage Ansible Automation Event Driven Ansible as code.","archived":false,"fork":false,"pushed_at":"2025-04-04T05:25:03.000Z","size":115,"stargazers_count":14,"open_issues_count":3,"forks_count":12,"subscribers_count":27,"default_branch":"devel","last_synced_at":"2025-04-09T21:53:14.215Z","etag":null,"topics":["automation-cop"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/redhat-cop.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.rst","contributing":".github/CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-07-01T23:34:44.000Z","updated_at":"2025-01-17T16:31:44.000Z","dependencies_parsed_at":"2023-11-30T06:27:45.099Z","dependency_job_id":"c93d2c9f-f590-40c9-8aa3-3be59678328d","html_url":"https://github.com/redhat-cop/eda_configuration","commit_stats":null,"previous_names":["redhat-cop/eda_configuration"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redhat-cop%2Feda_configuration","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redhat-cop%2Feda_configuration/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redhat-cop%2Feda_configuration/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redhat-cop%2Feda_configuration/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/redhat-cop","download_url":"https://codeload.github.com/redhat-cop/eda_configuration/tar.gz/refs/heads/devel","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248119400,"owners_count":21050754,"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":["automation-cop"],"created_at":"2024-11-13T23:30:37.651Z","updated_at":"2025-04-09T21:53:19.148Z","avatar_url":"https://github.com/redhat-cop.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Red Hat Event Driven Ansible Controller Configuration Collection\n\n[![pre-commit tests](https://github.com/ansible/galaxy_collection/actions/workflows/pre-commit.yml/badge.svg?branch=devel)](https://github.com/ansible/galaxy_collection/actions/workflows/pre-commit.yml)\n![Code style: flake8](https://img.shields.io/badge/Code%20style-flake8-orange)\n[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/8812/badge)](https://www.bestpractices.dev/projects/8812)\n\u003c!-- Further CI badges go here as above --\u003e\n\nThis Ansible collection allows for easy interaction with an EDA Controller server via Ansible playbooks.\n\n## Deprecation warning!!!!!!!\nThis collection only supports EDA/AAP 2.4. For AAP 2.5+ take a look at our [new collection](https://github.com/redhat-cop/infra.aap_configuration) that allows you to manage your whole AAP configuration in one place. We will try and continue supporting this collection until AAP 2.4 support ends (currently set for 12/31/2025)[lifecycle](https://access.redhat.com/support/policy/updates/ansible-automation-platform).\n\n## Links to Ansible Automation Platform Collections\n\n|                                      Collection Name                                         |                 Purpose                  |\n|:--------------------------------------------------------------------------------------------:|:----------------------------------------:|\n| [awx.awx/Ansible.controller repo](https://github.com/ansible/awx/tree/devel/awx_collection) |   Automation Controller modules          |\n|        [Ansible Hub Configuration](https://github.com/ansible/galaxy_collection)     |       Automation Hub configuration       |\n\n## Links to other Validated Configuration Collections for Ansible Automation Platform\n\n|                                      Collection Name                                       |                 Purpose                  |\n|:------------------------------------------------------------------------------------------:|:----------------------------------------:|\n| [Controller Configuration](https://github.com/redhat-cop/controller_configuration) |   Automation Controller configuration    |\n| [EDA Controller Configuration](https://github.com/redhat-cop/eda_configuration) |   EDA Controller configuration    |\n|             [EE Utilities](https://github.com/redhat-cop/ee_utilities)             | Execution Environment creation utilities |\n|     [AAP installation Utilities](https://github.com/redhat-cop/aap_utilities)      |  Ansible Automation Platform utilities   |\n|   [AAP Configuration Template](https://github.com/redhat-cop/aap_configuration_template)   |  Configuration Template for this suite   |\n\n## Included content\n\nClick the `Content` button to see the list of content included in this collection.\n\n## Installing this collection\n\nYou can install the ansible EDA Controller collection with the Ansible Galaxy CLI:\n\n```bash\nansible-galaxy collection install infra.eda_configuration\n```\n\nYou can also include it in a `requirements.yml` file and install it with `ansible-galaxy collection install -r requirements.yml`, using the format:\n\n```yaml\n---\ncollections:\n  - name: infra.eda_configuration\n    # If you need a specific version of the collection, you can specify like this:\n    # version: ...\n```\n\n## Using this collection\n\nYou can make use of this collection by directly invoking the roles or modules using the FQCN (fully qualified collection name).\n\nIn a playbook this might look like:\n\n```yaml\n- name: Call Project role\n  hosts: localhost\n  roles:\n    - infra.eda_configuration.projects\n```\n\nor\n\n```yaml\n- name: Call Project role\n  hosts: localhost\n  tasks:\n    - name: Add a project\n      infra.eda_configuration.project:\n        name: my_project\n        url: https://github.com/my/project.git\n```\n\n### See Also\n\n- [Ansible Using collections](https://docs.ansible.com/ansible/latest/user_guide/collections_using.html) for more details.\n\n## Release and Upgrade Notes\n\nFor details on changes between versions, please see [the changelog for this collection](CHANGELOG.rst).\n\n## Roadmap\n\nAdd more roles and modules for endpoints on the EDA Controller.\n\n## Contributing to this collection\n\nWe welcome community contributions to this collection. If you find problems, please open an issue or create a PR against [this repository](https://github.com/redhat-cop/eda_configuration).\nMore information about contributing can be found in our [Contribution Guidelines.](https://github.com/redhat-cop/eda_configuration/blob/devel/.github/CONTRIBUTING.md)\n\n## Code of Conduct\n\nThis collection follows the Ansible project's\n[Code of Conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html).\nPlease read and familiarize yourself with this document.\n\n## Licensing\n\nGNU General Public License v3.0 or later.\n\nSee [LICENSE](https://www.gnu.org/licenses/gpl-3.0.txt) to see the full text.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredhat-cop%2Feda_configuration","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fredhat-cop%2Feda_configuration","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredhat-cop%2Feda_configuration/lists"}