Quiz on Taking Inventory of the Infrastructure
Test your understanding of how Ansible manages infrastructure using inventories, groups, and the vault.
We'll cover the following...
We'll cover the following...
Test yourself on infrastructure management in Ansible using inventories, groups, and the vault.
1
How do you define variables for a group within an inventory file?
A)
[groupname] variable=value
B)
[vars] variable=value
C)
[groupname:vars] variable=value
D)
None of the above
Question 1 of 50 attempted