- (Exam Topic 2) Install and configure Ansible on the control-node control.realmX.example.com as follows: ------------------------------------------------------------------------------------------ --> Install the required packages --> Create a static inventory file called /home/admin/ansible/inventory as follows: node1.realmX.example.com is a member of the dev host group node2.realmX.example.com is a member of the test host group node3.realmX.example.com & node4.realmX.example.com are members of the prod host group node5.realmX.example.com is a member of the balancers host group. prod group is a member of the webservers host group --> Create a configuration file called ansible.cfg as follows: --> The host inventory file /home/admin/ansible/inventory is defined --> The location of roles used in playbooks is defined as /home/admin/ansible/ roles