Skip to content

ansible/product-demos-postinstall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Product Demos postinstall repo

This repository contains configuration used to add the Ansible Product Demos to a new Ansible Automation Platform deployment during the post-installation process. It takes advantage of the containerized AAP feature for pre-seeding configuration and content at installation time.

Using this repo

In the installation inventory file you will use to install a containerized Ansible Automation Platform environment, add the following variables under the [all:vars] section in addition to any other required variables:

[all:vars]
controller_postinstall=true
controller_postinstall_repo_url=https://github.com/ansible/product-demos-postinstall.git
controller_postinstall_dir=/tmp/product-demos-postinstall  # or another fully-qualified path of your choice

When you install containerized Ansible Automation Platform, this repository will be cloned and used to configure the automation controller with the Ansible Product Demos configuration components.

About

No description, website, or topics provided.

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published