nerdexam
Juniper

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…

Cloud Fundamentals

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)
  • A
    9% (2)
  • B
    83% (19)
  • C
    4% (1)
  • D
    4% (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

#Ansible#YAML playbooks#automation#configuration management

Community Discussion

No community discussion yet for this question.

Full JN0-214 Practice