Exit EX407 Red Hat Certified Specialist in Ansible Automation
Question 5 of 5
0% complete
Q5 Lab

Simulation

Create a file called specs.empty in home/bob/ansible on the local machine as follows:

HOST=
MEMORY=
BIOS=
VDA_DISK_SIZE=
VDB_DISK_SIZE=

Create the playbook /home/bob/ansible/specs.yml which copies specs.empty to all remote nodes' path/ root/specs.txt. Using the specs.yml playbook then edit specs.txt on the remote machines to reflect the appropriate ansible facts.

Not auto-scored - compare your configuration against the model answer.