-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2196 from IPvSean/devel
fixing provisioner
- Loading branch information
Showing
32 changed files
with
1,701 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,100 @@ | ||
# Configuration as Code for Ansible Automation Platform 2 Technical Workshop | ||
|
||
> **IMPORTANT TO NOTE** | ||
> | ||
> This is the 4 hour version of this workshop. For the shorter 90 minute session please [🔬 click here](aapcasc.md) | ||
> | ||
|
||
Welcome to our interactive lab on using Configuration as code to configure the Ansible Automation Platrom. | ||
|
||
Configuration as Code(CasC) is the way to maintain all your infrastructure. | ||
|
||
This lab will provide code to demonstrate how to use CasC to maintain all aspects of AAP. The provided code will be a starting point, and will guide the user through how to utilize the code, and make it their own. This lab will cover configuring controller, private automation hub, execution environments, as well as the creation of workflows without the GUI as an example to follow along. These principles will help to prevent drift in configuration, allow changes to require approval before implementation, and help to maintain both a development and prod deployment. | ||
|
||
It is Recomended to be familiar with the Automation Controller and Ansible as this lab assumes you are familier with using those products. | ||
|
||
If you have not used the Automation controller before, a recomended place to start is this instruct lab, if you have not done so before: | ||
[Introduction to automation controller](https://developers.redhat.com/content-gateway/link/3884764) | ||
|
||
# Agenda | ||
|
||
Recommended agenda for when there is an instructor teaching. | ||
|
||
<table> | ||
<tbody> | ||
<tr> | ||
<td><b>Part 1</b>: Creating an Execution Environment</td> | ||
<td>⏱️ 45 minutes</td> | ||
</tr> | ||
<tr> | ||
<td><b>Part 2</b>: Configuring your Automation hub</td> | ||
<td>⏱️ 70 minutes</td> | ||
</tr> | ||
<tr> | ||
<td><b>Part 3</b>: Configuring your Automation controller</td> | ||
<td>⏱️ 120 minutes</td> | ||
</tr> | ||
<tr> | ||
<td><b>Part 4</b>: Creating an Automation controller Workflow in code</td> | ||
<td>⏱️ 90 minutes</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
|
||
**Total Time**: 5.5 hours (330 minutes) | ||
|
||
## Lab Index | ||
|
||
<table> | ||
<thead> | ||
<tr> | ||
<th>Lab Title</th> | ||
<th>Description</th> | ||
<th>Link</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td>Config as code Introduction to AAP</td> | ||
<td>Learn about the fundamentals of using Configuration of Code to maintain the Ansible Automation Platform</td> | ||
<td><a target="_new" href="(TBD)">🚀 Launch Lab</a></td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
|
||
# Going Further | ||
|
||
Additional material for Configuration as Code for Ansible Automation Platform 2 | ||
|
||
<table> | ||
<thead> | ||
<tr> | ||
<th>Title</th> | ||
<th>Type</th> | ||
<th>Link</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td>Demystifying Ansible Automation Platform</td> | ||
<td>Book</td> | ||
<td><a target="_new" href="https://www.packtpub.com/product/demystifying-ansible-automation-platform/9781803244884">📖 Demystifying Ansible Automation Platform - Book from Packt</a></td> | ||
</tr> | ||
<tr> | ||
<td>Infra Collections in Ansible Galaxy</td> | ||
<td>Collections</td> | ||
<td><a targete="_new" href="https://galaxy.ansible.com/ui/namespaces/infra/">📒 Download collections used in this lab and get links to their repos</a></td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
|
||
# Ansible Workshop | ||
|
||
This is an official Ansible Workshop | ||
|
||
This workshop is maintained by the [Infra Config as Code Volunteers](https://forum.ansible.com/tag/infra-config-as-code) | ||
Please open an [issues on Github](https://github.com/ansible/instruqt/issues/new?title=New+eda+workshop+issue&body=) | ||
|
||
|
||
![ansible workshop logo](https://github.com/ansible/workshops/blob/devel/images/Ansible-Workshop-Logo.png?raw=true) |
Oops, something went wrong.