EX407: Red Hat Certified Specialist in Ansible Automation exam Certification Video Training Course

Get ready for your exam by enrolling in our comprehensive training course. This course includes a full set of instructional videos designed to equip you with in-depth knowledge essential for passing the certification exam with flying colors.
$14.99 / $24.99
Introduction to Ansible
-
1. What is Ansible Part I: Why Ansible ?6m
-
2. What is Ansible Part II: Simplicity, YAML, Push Model, Custom Modules6m
-
3. What is Ansible Part III: Batteries Included Approach4m
-
4. What is Ansible Part IV: Infrastructure as a Code6m
-
5. What is Ansible Part V: Code vs Data5m
-
6. What is Ansible Part VI: Idempotence and State Management6m
-
7. What is Ansible Part VIII: The Ansible Story4m
Setting up the Environment
-
1. Section Introduction1m
-
2. Introduction to codespaces6m
-
3. Setting up codespaces locally with docker8m
-
4. Launching codespaces on digital ocean cloud5m
Path to Automation with Ansible
-
1. Section Introduction1m
-
2. Tasks, Modules, Roles7m
-
3. Inventories and Playbooks5m
-
4. Code Organization Strategies4m
-
5. Introducing Use Case - Devops Demo App4m
-
6. Approach to automate Devops Demo App5m
Ad Hoc Server Management with Ansible
-
1. Section Introduction2m
-
2. Configuring Ansible6m
-
3. Defining a static Inventory6m
-
4. Host Patterns and Ad Hoc Commands9m
-
5. Modules and Desired State Configuration5m
-
6. Invoking Modules, Idempotence6m
-
7. Using common modules8m
-
8. Command Modules and Idempotence8m
-
9. Using ansible-console REPL Shell4m
Playbooks
-
1. Section Introduction1m
-
2. YAML Primer5m
-
3. Anatomy of a Playbook7m
-
4. Writing your first Play5m
-
5. Validating and applying Ansible Playbook5m
-
6. Troubleshooting playbook failures5m
-
7. Adding another play for app servers4m
-
8. Nano Project: Create a playbook to deploy a Static Site2m
Roles
-
1. Section Introduction1m
-
2. Why do you need roles?4m
-
3. Anatomy of a Role4m
-
4. Code Organization Strategies4m
-
5. Generating Roles Scaffold and Ansible Galaxy3m
-
6. Creating a role for Apache5m
-
7. Writing and applying playbook for app servers3m
-
8. Copying config file, notifications and handlers8m
-
9. Creating a role for PHP6m
-
10. Nested roles and site wide playbook5m
-
11. Nano project: Deploy Devops Demo App2m
Vars and Templates
-
1. Section Introduction1m
-
2. Need to separate data from code3m
-
3. Diving into Jinja2 templates5m
-
4. Understanding ansible vars, Precedence Levels and Best Practices7m
-
5. Advanced vars concepts7m
-
6. Dynamically defining app version with vars and tasks6m
-
7. Managing app configs with templates and vars9m
-
8. Playing with vars precedence8m
-
9. Registereed varibles and conditional execution5m
-
10. Discovering facts with setup module5m
Ansible Galaxy
-
1. Section Introduction1m
-
2. Tour of Ansible Galaxy8m
-
3. Selecing role for HAProxy5m
-
4. Applying HAProxy role with custom properties4m
-
5. Troubleshooting HAProxy Issues5m
-
6. Nano Project: Setup MySQL database using a galaxy role3m
-
7. Setting up MySQL6m
-
8. Connecting app with the database2m
-
9. Checking in the galaxy roles3m
-
10. Tagging tasks, roles, plays and playbooks4m
Controlling Execution Flow
-
1. Overview of Conditionals5m
-
2. Overview of Iterators5m
-
3. Iterating over a list to install packages3m
-
4. Iterating over a dictionary to create users4m
-
5. Using conditionals in tasks and templates4m
-
6. Adding Ubuntu support by conditionally including vars8m
-
7. Making application compatible with ubuntu6m
Auto Disovery and Manging Multiple Environments
-
1. Enabling Facts Caching6m
-
2. Using Magic Variables for Service Discovery7m
-
3. Creating staging environment9m
-
4. Rolling back changes with contra playbooks5m
Vault
-
1. Encrypting a file and using it in a playbook6m
-
2. Using a password file and Rekeying4m
-
3. Vault 1.2 and multiple Vault IDs6m
-
4. Changing Vault IDs and Encrypting Strings in File5m
-
5. Encrypting mysql passwords with Vault5m
Application Deployments
-
1. Section Introduction1m
-
2. Writing tasks for importing database schema6m
-
3. Applying schema updates and Troubleshooting5m
-
4. Creating strategy for Rolling updates4m
-
5. Adding pre and post tasks, Tasks gelegation, Testing with wait_for6m