- Practical Ansible 2
- Daniel Oh James Freeman Fabio Alessandro Locati
- 73字
- 2021-06-24 16:06:52
Questions
- How do you add the frontends group variables to your inventory?
A) [frontends::]
B) [frontends::values]
C) [frontends:host:vars]
D) [frontends::variables]
E) [frontends:vars]
- What enables you to automate Linux tasks such as provisioning DNS, managing DHCP, updating packages, and configuration management?
A) Playbook
B) Yum
C) Cobbler
D) Bash
E) Role
- Ansible allows you to specify an inventory file location by using the -i option on the command line.
A) True
B) False