diff --git a/.ansible-lint b/.ansible-lint index 57840f9b..7880f33c 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -10,3 +10,4 @@ exclude_paths: - collections/ansible_collections/demo/compliance/roles/ - roles/redhatofficial.* - .github/ + - execution_environments/ee_contexts/ diff --git a/README.md b/README.md index 4d1c7e79..bd50a9b8 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,18 @@ [![Lab](https://img.shields.io/badge/Try%20Me-EE0000?style=for-the-badge&logo=redhat&logoColor=white)](https://red.ht/aap-product-demos) [![Dev Spaces](https://img.shields.io/badge/Customize%20Here-0078d7.svg?style=for-the-badge&logo=visual-studio-code&logoColor=white)](https://workspaces.openshift.com/f?url=https://github.com/ansible/product-demos) +[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit) # Official Ansible Product Demos -This is a centralized location for Ansible Product Demos. This project is a collection of use cases implemented with Ansible for use with the Ansible Automation Platform. +This is a centralized location for Ansible Product Demos. This project is a collection of use cases implemented with Ansible for use with the [Ansible Automation Platform](https://www.redhat.com/en/technologies/management/ansible). | Demo Name | Description | |-----------|-------------| | [Linux](linux/README.md) | Repository of demos for RHEL and Linux automation | | [Windows](windows/README.md) | Repository of demos for Windows Server automation | | [Cloud](cloud/README.md) | Demo for infrastructure and cloud provisioning automation | -| [Network](network/README.md) | Ansible Network automation demos | +| [Network](network/README.md) | Network automation demos | +| [OpenShift](openshift/README.md) | OpenShift automation demos | | [Satellite](satellite/README.md) | Demos of automation with Red Hat Satellite Server | ## Contributions @@ -19,7 +21,7 @@ If you would like to contribute to this project please refer to [contribution gu ## Using this project -This project is tested for compatibility with the [demo.redhat.com Product Demos Sandbox](https://demo.redhat.com/catalog?search=product+demos&item=babylon-catalog-prod%2Fopenshift-cnv.aap-product-demos-cnv.prod) lab environment. To use with other Ansible Controller installations, review the [prerequisite documentation](https://github.com/RedHatGov/ansible-tower-samples). +This project is tested for compatibility with the [demo.redhat.com Ansible Product Demos](https://demo.redhat.com/catalog?search=product+demos&item=babylon-catalog-prod%2Fopenshift-cnv.aap-product-demos-cnv.prod) lab environment. To use with other Ansible Automation Platform installations, review the [prerequisite documentation](https://github.com/ansible/product-demos-bootstrap). > NOTE: demo.redhat.com is available to Red Hat Associates and Partners with a valid account. @@ -58,7 +60,7 @@ Can't find what you're looking for? Customize this repo to make it your own. 1. Create a fork of this repo. 2. Update the URL of the `Ansible Project Demos` in the Controller. -3. Make changes as needed and run the **Setup** job +3. Make changes as needed and run the **Product Demos | Single demo setup** job See the [contribution guide](CONTRIBUTING.md) for more details on how to customize the project.