- Lab
- A Cloud Guru
Using Variables in Ansible Inventory Files
Cat Corp. is trialing a setup of Ansible in their environment. They've set up an Ansible host server and need to set up a couple of backup servers. You've been contracted to write a playbook that will install `csh` on the servers. Additionally, for this backup software, each server can run a different number of backup streams. This is configurable in a file located at `/opt/backup/streams`. You also need to populate this file with the value stored in the host-based variable managed in the Ansible inventory. >**Note:** Make sure to elevate to `root` once logged in. The reason for this is because of how the lab server’s version of Ansible is installed. > *This course is not approved or sponsored by Red Hat.*
Path Info
Table of Contents
-
Challenge
Use Ansible to Install `csh`
Write a playbook to install
csh
on the newly provisioned web server. -
Challenge
Populate the File `/opt/backups/streams` with the Value Stored in the Host-Based Variable from the Inventory File
Add to the playbook to create a text file in
/opt/backup/streams/
and populate it with the value of the host-based variable in the Ansible inventory.
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.