Skip to content

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.

License

Notifications You must be signed in to change notification settings

redhat-cop/eda_configuration

Repository files navigation

Red Hat Event Driven Ansible Controller Configuration Collection

pre-commit tests Code style: flake8 OpenSSF Best Practices

This Ansible collection allows for easy interaction with an EDA Controller server via Ansible playbooks.

Work In Progress

At present this collection is a work in progress and modules and roles will be added when available.

The work which will be done will be tracked in the issues. Feel free to add questions or feature requests there which can be answered or resolved once we begin work on this collection.

If you're interested in assisting with this collection please reach out to the maintainers.

Links to Ansible Automation Platform Collections

Collection Name Purpose
awx.awx/Ansible.controller repo Automation Controller modules
Ansible Hub Configuration Automation Hub configuration

Links to other Validated Configuration Collections for Ansible Automation Platform

Collection Name Purpose
Controller Configuration Automation Controller configuration
EDA Controller Configuration EDA Controller configuration
EE Utilities Execution Environment creation utilities
AAP installation Utilities Ansible Automation Platform utilities
AAP Configuration Template Configuration Template for this suite

Included content

Click the Content button to see the list of content included in this collection.

Installing this collection

You can install the ansible EDA Controller collection with the Ansible Galaxy CLI:

ansible-galaxy collection install infra.eda_configuration

You can also include it in a requirements.yml file and install it with ansible-galaxy collection install -r requirements.yml, using the format:

---
collections:
  - name: infra.eda_configuration
    # If you need a specific version of the collection, you can specify like this:
    # version: ...

Using this collection

You can make use of this collection by directly invoking the roles or modules using the FQCN (fully qualified collection name).

In a playbook this might look like:

- name: Call Project role
  hosts: localhost
  roles:
    - infra.eda_configuration.projects

or

- name: Call Project role
  hosts: localhost
  tasks:
    - name: Add a project
      infra.eda_configuration.project:
        name: my_project
        url: https://github.com/my/project.git

See Also

Release and Upgrade Notes

For details on changes between versions, please see the changelog for this collection.

Roadmap

Add more roles and modules for endpoints on the EDA Controller.

Contributing to this collection

We welcome community contributions to this collection. If you find problems, please open an issue or create a PR against this repository. More information about contributing can be found in our Contribution Guidelines.

Code of Conduct

This collection follows the Ansible project's Code of Conduct. Please read and familiarize yourself with this document.

Licensing

GNU General Public License v3.0 or later.

See LICENSE to see the full text.

About

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.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages