- Lab
- A Cloud Guru
Working with Ansible Playbooks
Ansible is a powerful server automation tool. Using playbooks to describe an end-state and having the tool do the work significantly expands what a server administrator can do. In this lab, you will be able to use a playbook to install and configure Apache on a server.
Path Info
Table of Contents
-
Challenge
Update the Ansible Playbook to Ensure It Reflects the Desired End State
Note: Please give the lab an extra 6 minutes or so before connecting via SSH. After that, you can then log in to the server using the credentials provided.
First, we have to make sure the playbook is set up the way the instructions tell us. There's four tasks listed in the instructions (Install Apache, download the website, start the service, ensure the firewall is open) but there's only two tasks in the playbook. Go ahead and add the missing tasks.
-
Challenge
Run the Playbook and Ensure Apache Is Serving Pages Correctly
Now that the playbook is set up as needed, we can run the playbook and make sure it completes successfully. After that, all we need to do is point a browser at the public IP of the server and verify the website loads. Good job!
What's a lab?
Hands-on Labs are real environments created by industry experts to help you learn. These environments help you gain knowledge and experience, practice without compromising your system, test without risk, destroy without fear, and let you learn from your mistakes. Hands-on Labs: practice your skills before delivering in the real world.
Provided environment for hands-on practice
We will provide the credentials and environment necessary for you to practice right within your browser.
Guided walkthrough
Follow along with the author’s guided walkthrough and build something new in your provided environment!
Did you know?
On average, you retain 75% more of your learning if you get time for practice.