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.
Demo Name | Description |
---|---|
Linux | Repository of demos for RHEL and Linux automation |
Windows | Repository of demos for Windows Server automation |
Cloud | Demo for infrastructure and cloud provisioning automation |
Network | Network automation demos |
OpenShift | OpenShift automation demos |
Satellite | Demos of automation with Red Hat Satellite Server |
If you would like to contribute to this project please refer to contribution guide for best practices.
This project is tested for compatibility with the demo.redhat.com Ansible Product Demos lab environment. To use with other Ansible Automation Platform installations, review the prerequisite documentation.
NOTE: demo.redhat.com is available to Red Hat Associates and Partners with a valid account.
-
First you must create a credential for Automation Hub to successfully sync collections used by this project.
-
In the Credentials section of the Controller UI, add a new Credential called
Automation Hub
with the typeAnsible Galaxy/Automation Hub API Token
-
You can obtain a token here. This page will also provide the Server URL and Auth Server URL.
-
Next, click on Organizations and edit the
Default
organization. Add yourAutomation Hub
credential to theGalaxy Credentials
section. Don't forget to click Save!!You can also use an execution environment for disconnected environments. To do this, you must disable collection downloads in the Controller. This can be done in
Settings
>Job Settings
. This setting prevents the controller from downloading collections listed in the collections/requirements.yml file.
-
-
If it is not already created for you, add an Execution Environment called
product-demos
- Name: product-demos
- Image: quay.io/acme_corp/product-demos-ee:latest
- Pull: Only pull the image if not present before running
-
If it is not already created for you, create a Project called
Ansible Product Demos
with this repo as a source. NOTE: if you are using a fork, be sure that you have the correct URL. Update the project. -
Finally, Create a Job Template called
Setup
with the following configuration:-
Name: Setup
-
Inventory: Demo Inventory
-
Exec Env: product-demos
-
Playbook: setup_demo.yml
-
Credentials:
- Type: Red Hat Ansible Automation Platform
- Name: Controller Credential
-
Extra vars:
demo: <linux or windows or cloud or network>
-
Can't find what you're looking for? Customize this repo to make it your own.
- Create a fork of this repo.
- Update the URL of the
Ansible Project Demos
in the Controller. - Make changes as needed and run the Product Demos | Single demo setup job
See the contribution guide for more details on how to customize the project.
Privacy statement | Terms of use | Security disclosure | All policies and guidelines