November 2019
Intermediate to advanced
7 pages
16m
English
To perform the tasks in this RHCE practice exam, you need three virtual machines that meet the following requirements:
CentOS or RHEL 8 installed with the Minimal Installation pattern.
A 5 GB second disk that is available but not used for anything. In this sample exam, we will assume that the name of the disk is /dev/sdb. Change accordingly if your disk is using a different name.
Once you’re set on the requirements, do the following:
Install an Ansible Managed environment applying the following steps:
Create an Ansible control node and two managed nodes: server1.example.com and server2.example.com. Ensure on these servers that the user “ansible” exists to perform management tasks.
Create a project directory with the ...