easy
Single Answer
0Which configuration management tool uses YAML to store configuration?
Answer Options
A
Ansible
B
Cisco DNA Center
C
Chef
D
Puppet
Correct Answer: A
Explanation
Ansible uses the YAML format to store configuration. The Cisco DNA Center stores configuration internally inside of its database, but many things are exportable via JavaScript Object Notation (JSON). Chef and Puppet both use Embedded Ruby (ERB) templates to store configuration.
ansible
yaml
configuration-management
automation-tools