Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fedelemantuano/udemy-ansible-certification
Practical examples for Red Hat Certified Specialist in Ansible Automation exam (EX407)
https://github.com/fedelemantuano/udemy-ansible-certification
ansible udemy udemy-course
Last synced: 5 days ago
JSON representation
Practical examples for Red Hat Certified Specialist in Ansible Automation exam (EX407)
- Host: GitHub
- URL: https://github.com/fedelemantuano/udemy-ansible-certification
- Owner: fedelemantuano
- Created: 2020-12-18T18:08:37.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-08T13:28:58.000Z (over 3 years ago)
- Last Synced: 2024-10-11T03:21:55.106Z (27 days ago)
- Topics: ansible, udemy, udemy-course
- Homepage: https://www.udemy.com/course/preparazione-red-hat-certified-ansible-exam-ex407/
- Size: 33.2 KB
- Stars: 2
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Overview
The goal of this course is to help the students for the _[Red Hat Certified Specialist in Ansible Automation exam (EX407)](https://www.redhat.com/en/services/training/ex407-red-hat-certified-specialist-in-ansible-automation-exam)_.
We will setup a test environment with [VirtualBox](https://www.virtualbox.org/) and [Vagrant](https://www.vagrantup.com/). This environment will simulate a network like the following table:
| Hostname | Group | IP |
|:---------|:------|:---|
| control.ansible.loc | control | 192.168.33.100 |
| web1.ansible.loc | webservers | 192.168.33.10 |
| web2.ansible.loc | webservers | 192.168.33.20 |
| proxy.ansible.loc | proxy | 192.168.33.30 |
| database.ansible.loc | database | 192.168.33.40 |Then we will show some commons exercises and practical examples that you can use to try your hand at to test your knowledge.
# Important
Note that the exam objectives can change at any time. It is the responsibility of the reader to always review the objectives prior to studying and taking the exam to ensure success.
All practical examples used here do not reflect the training programs provided by Red Hat and are educational only.
# Exercises
- [Exercise 1](./Exercise_1.md)
- [Exercise 2](./Exercise_2.md)
- [Exercise 3](./Exercise_3.md)
- [Exercise 4](./Exercise_4.md)
- [Exercise 5](./Exercise_5.md)# Solutions
All solutions are in [Udemy Course](https://www.udemy.com/course/preparazione-red-hat-certified-ansible-exam-ex407/).