Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
adding info about `pre_build: false` here #1945
  • Loading branch information
IPvSean committed Oct 3, 2023
1 parent ffa3d29 commit d36a1b5
Showing 1 changed file with 29 additions and 23 deletions.
52 changes: 29 additions & 23 deletions provisioner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,29 +18,31 @@ The `github.com/ansible/workshops` contains an Ansible Playbook `provision_lab.y

<!-- TOC titleSize:2 tabSpaces:2 depthFrom:1 depthTo:6 withLinks:1 updateOnSave:1 orderedList:0 skip:0 title:1 charForUnorderedList:* -->
## Table of Contents
* [Ansible Automation Workshop Provisioner](#ansible-automation-workshop-provisioner)
* [Table Of Contents](#table-of-contents)
* [Requirements](#requirements)
* [Lab Setup](#lab-setup)
* [One Time Setup](#one-time-setup)
* [Ansible-Navigator](#ansible-navigator)
* [1. AWS Creds for Execution Environments](#1-aws-creds-for-execution-environments)
* [2. Running Ansible-Navigator from the project root](#2-running-ansible-navigator-from-the-project-root)
* [Setup (per workshop)](#setup-per-workshop)
* [Automation controller license](#automation-controller-license)
* [Additional examples](#additional-examples)
* [Accessing student documentation and slides](#accessing-student-documentation-and-slides)
* [Accessing instructor inventory](#accessing-instructor-inventory)
* [DNS](#dns)
* [Smart Management](#smart-management)
* [Automated Satellite](#satellite)
* [devcontainer(optional)](#devcontainer)
* [Developer Mode and understanding collections](#developer-mode-and-understanding-collections)
* [Lab Teardown](#lab-teardown)
* [Demos](#demos)
* [FAQ](#faq)
* [More info on what is happening](#more-info-on-what-is-happening)
* [Getting Help](#getting-help)
- [Ansible Automation Workshop Provisioner](#ansible-automation-workshop-provisioner)
- [Table Of Contents](#table-of-contents)
- [Table of Contents](#table-of-contents-1)
- [Requirements](#requirements)
- [Lab Setup](#lab-setup)
- [One Time Setup](#one-time-setup)
- [Ansible-Navigator](#ansible-navigator)
- [1. AWS Creds for Execution Environments](#1-aws-creds-for-execution-environments)
- [2. Running Ansible-Navigator from the project root](#2-running-ansible-navigator-from-the-project-root)
- [Setup (per workshop)](#setup-per-workshop)
- [Automation controller license](#automation-controller-license)
- [Automating the download of aap.tar.gz](#automating-the-download-of-aaptargz)
- [Additional examples](#additional-examples)
- [Accessing student documentation and slides](#accessing-student-documentation-and-slides)
- [Accessing instructor inventory](#accessing-instructor-inventory)
- [DNS](#dns)
- [Smart Management](#smart-management)
- [Automated Satellite](#automated-satellite)
- [devcontainer](#devcontainer)
- [Developer Mode and understanding collections](#developer-mode-and-understanding-collections)
- [Lab Teardown](#lab-teardown)
- [Demos](#demos)
- [FAQ](#faq)
- [More info on what is happening](#more-info-on-what-is-happening)
- [Getting Help](#getting-help)
<!-- /TOC -->

## Requirements
Expand Down Expand Up @@ -154,6 +156,10 @@ ee_images:
# "Default execution environment" for controller
ee_default_image: "{{ ee_registry_name }}/ee-supported-rhel8:latest"

# By default pre_build is set to true, this allows people with access to specific AMIs
# built by the Red Hat Ansible Team to be shared with AWS organizations/accounts to speed up
# provisioning and reduce errors
pre_build: false

```
### Automation controller license
Expand Down

0 comments on commit d36a1b5

Please sign in to comment.