Last Update 1 day ago Total Questions : 41
The Red Hat Certified Specialist in Ansible Automation exam content is now fully updated, with all current exam questions added 1 day ago. Deciding to include EX407 practice exam questions in your study plan goes far beyond basic test preparation.
You'll find that our EX407 exam questions frequently feature detailed scenarios and practical problem-solving exercises that directly mirror industry challenges. Engaging with these EX407 sample sets allows you to effectively manage your time and pace yourself, giving you the ability to finish any Red Hat Certified Specialist in Ansible Automation exam practice test comfortably within the allotted time.
===================================================================================
control.realmX.example.com _ workstation.lab.example.com
node1.realmX.example.com _ servera.lab.example.com
node2.realmX.example.com _ serverb.lab.example.com
node3.realmX.example.com _ serverc.lab.example.com
node4.realmX.example.com _ serverd.lab.example.com
node5.realmX.example.com
- username:root, password:redhat
- username:admin, password:redhat
note1. don’t change ‘root’ or ‘admin’ password.
note2. no need to create ssh-keygen for access, its pre-defined
note3. SELinux is in enforcing mode and firewalld is disabled/stop on whole managed hosts.
===================================================================================
Create Logical volumes with lvm.yml in all nodes according to following
requirements.
----------------------------------------------------------------------------------------
* Create a new Logical volume named as ' data '
* LV should be the member of ' research ' Volume Group
* LV size should be 1500M
* It should be formatted with ext4 file-system.
-- > If Volume Group does not exist then it should print the message " VG Not found "
-- > If the VG can not accommodate 1500M size then it should print " LV Can not be
created with
following size " , then the LV should be created with 800M of size.
-- > Do not perform any mounting for this LV.
===================================================================================
control.realmX.example.com _ workstation.lab.example.com
node1.realmX.example.com _ servera.lab.example.com
node2.realmX.example.com _ serverb.lab.example.com
node3.realmX.example.com _ serverc.lab.example.com
node4.realmX.example.com _ serverd.lab.example.com
node5.realmX.example.com
- username:root, password:redhat
- username:admin, password:redhat
note1. don’t change ‘root’ or ‘admin’ password.
note2. no need to create ssh-keygen for access, its pre-defined
note3. SELinux is in enforcing mode and firewalld is disabled/stop on whole managed hosts.
===================================================================================
Modify file content.
------------------------
Create a playbook called /home/admin/ansible/modify.yml as follows:
* The playbook runs on all inventory hosts
* The playbook replaces the contents of /etc/issue with a single line of text as
follows:
-- > On hosts in the dev host group, the line reads: “Development”
-- > On hosts in the test host group, the line reads: “Test”
-- > On hosts in the prod host group, the line reads: “Production”
