Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

RedHatGov/product-demos

 
 

Repository files navigation

Official Ansible Product Demos

This is a centralized location for all Ansible Product Demos going forward.

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 Ansible Network automation demos

Contributions

If you would like to contribute to this project please refer to contribution guide for best practices.

Using this project

This project is tested for compatibility with AAP2 Linux Automation Workshop available to Red Hat Employees and Partners. To use with other Ansible Controller installations, review the pre-requisite documentation.

  1. First you must create a credential for Automation Hub to successfully sync collections used by this project.

    1. In the Credentials section of the Controller UI, add a new Credential called Automation Hub with the type Ansible Galaxy/Automation Hub API Token
    2. You can obtain a token here. This page will also provide the Server URL and Auth Server URL.
    3. Next, click on Organizations and edit the Default organization. Add your Automation Hub credential to the Galaxy Credentials section. Don't forget to click Save!!
  2. If it has not been created for you, add a Project called Ansible official demo project with this repo as a source. NOTE: if you are using a fork, be sure that you have the correct URL. Update the project.

  3. Finally, Create a Job Template called Setup with the following configuration:

    • Name: Setup

    • Inventory: Demo Inventory

    • Exec Env: Control Plane EE

    • Playbook: setup_demo.yml

    • Credentials:

      • Type: Red Hat Ansible Automation Platform
      • Name: Controller Credential
    • Extra vars:

       demo: <linux or windows or cloud or network>
      

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jinja 51.4%
  • Python 24.4%
  • CSS 20.6%
  • PowerShell 3.6%