JN0-214 · Question #52
Which cloud automation tool uses YAML playbooks to install software and tools on servers?
The correct answer is B. Ansible. Ansible playbooks are "automation blueprints, in YAML format, that Ansible uses to deploy and configure nodes in an inventory". Other cloud automation tools that are mentioned in the question are Terraform, which uses HCL (HashiCorp Configuration Language) or JSON files to…
Question
Which cloud automation tool uses YAML playbooks to install software and tools on servers?
Options
- ATerraform
- BAnsible
- CPython
- DHeat
How the community answered
(23 responses)- A9% (2)
- B83% (19)
- C4% (1)
- D4% (1)
Explanation
Ansible playbooks are "automation blueprints, in YAML format, that Ansible uses to deploy and configure nodes in an inventory". Other cloud automation tools that are mentioned in the question are Terraform, which uses HCL (HashiCorp Configuration Language) or JSON files to provision infrastructure resources; Python, which is a general-purpose programming language that can be used for various automation tasks; and Heat, which is an orchestration service for OpenStack that uses HOT (Heat Orchestration Template) or CFN (AWS CloudFormation) formats to describe stacks of cloud resources.
Topics
Community Discussion
No community discussion yet for this question.