SIMULATION -Using the Simulation Program, perform the following tasks:1. Use an ansible ad-hoc command, check the connectivity of your servers.2. Use an ad-hoc ansible command, find the free space of your servers.3. Use an ad-hoc ansible command, find out the memory usage of your servers.4. Do an ls -l on the targets /var/log/messages file.5. Tail the contents of the targets /var/log/messages file.
SIMULATION -Using the Simulation Program, perform the following tasks:Ad-Hoc Ansible Commands (Number Two) Task:1. Use the ad-hoc command to make sure php is installed.2. Use the ad-hoc command to make sure that php is installed and is the latest version.3. Use the ad-hoc command to make sure that httpd is installed.4. Use the ad-hoc command to remove httpd from the servers.