EX294 Exam Questions
15 real EX294 exam questions with expert-verified answers and explanations. Page 1 of 1.
- Question #2Configure Ansible Managed Nodes
02. Configure your system to use default repositories As a system administrator, you need to install software on managed nodes. Description: EX294 base software GPG signature check...
Ansible PlaybooksYum Repository ManagementAnsible ModulesSystem Configuration - Question #3Use Ansible Modules for System Administration
03. Installing Software Packages Create a playbook named /home/greg/ansible/packages.yml: - Install the php and mariadb packages on hosts within the dev, test, and prod host groups...
Ansible PlaybooksPackage ManagementYum ModuleHost Groups - Question #5Install and Configure Ansible Control Nodes
05. Configuring Collections Configure collections with the following files: - redhat-insights-1.0.7.tar.gz - community-general-5.5.0.tar.gz - redhat-rhel_system_roles-1.19.3.tar.gz...
Ansible Collectionsansible-galaxyrequirements.ymlCollection Installation - Question #6Work with Roles
06. Installing Roles Using Ansible Galaxy Install roles using Ansible Galaxy and the requirements file /home/greg/ansible/roles/requirements.yml. Download roles from the following...
Ansible GalaxyRolesRequirements fileansible-galaxy install - Question #7Work with Roles
07. Creating and Using Roles Create a role named apache in /home/greg/ansible/roles according to the following requirements: - The httpd package is installed, set to start on syste...
Ansible RolesService ManagementFirewall ConfigurationJinja2 Templating - Question #8Work with Roles
08. Using Roles from Ansible Galaxy Create a playbook named /home/greg/ansible/roles.yml according to the following requirements: - The playbook should include a play that runs on...
Ansible PlaybookAnsible RolesPlaybook StructureHost Groups - Question #9Use Ansible Modules for System Administration
09. Creating and Using Logical Volumes Create a playbook named /home/greg/ansible/lv.yml that will run on all managed nodes to perform the following tasks: Create a logical volume...
LVM ManagementAnsible PlaybooksError HandlingConditional Logic - Question #10Manage Variables, Facts, and Content
10. Generating Host File After running this playbook, the file /etc/myhosts on hosts in the dev host group should contain one line for each managed host, as follows: 127.0.0.1 loca...
Jinja2 TemplatingAnsible VariablesTemplate ModuleConditional Logic - Question #11Manage Variables, Facts, and Content
11. Modifying File Content Create a playbook named /home/greg/ansible/issue.yml according to the following instructions: - This playbook will run on all inventory hosts. - The play...
PlaybooksConditionalsFile ManagementHost Groups - Question #13Manage Variables, Facts, and Content
13. Generating Hardware Report Create a playbook named /home/greg/ansible/hwreport.yml that will generate an output file /root/hwreport.txt containing the following information on...
Ansible FactsPlaybook CreationFile ManipulationJinja2 Filters - Question #14Manage Variables, Facts, and Content
Following the instructions below, create an Ansible vault to store user passwords: - The vault name is /home/greg/ansible/locker.yml - The vault contains two variables with the fol...
Ansible VaultSecret Managementansible.cfgCommand Line Interface - Question #15Create Ansible Plays and Playbooks
15. Create User Accounts Utilize the password vault created at another location /home/greg/ansible/locker.yml. Create a playbook named /home/greg/ansible/users.yml to create user a...
User ManagementPlaybook CreationVariables & VaultLoops & Conditionals - Question #16Deploy, Configure, and Manage Systems
16. Update Ansible Vault Key Update the key for an existing Ansible Vault according to the following instructions: - The current vault password is insecure8sure - The new vault pas...
Ansible VaultPlaybook CreationCron ModuleSystem Configuration - Question #18Work with Roles
18. Use the TimeSync RHEL system role (together with Question 4, one question will be randomly selected using a system role). Install the RHEL system role package, and create a pla...
RHEL System Rolestimesync roleAnsible PlaybooksNTP configuration - Question #19Use Ansible Modules for System Administration
19. Create partitions (randomly selected with Question 9: creating logical volumes) Choose either partitions or LVM to complete. On the balancers host, perform partitioning: (1) Cr...
Disk partitioningFilesystem managementAnsible modulesConditional execution