SOFTWARE ENGINEERING

SOFTWARE PROJECT MANAGEMENT

CONFIGURATION MANAGEMENT

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of the following statements are true in context of Ansible?
A
Configuration Management tool which is also capable of automating application deployment
B
Ansible Modules are written in YAML
C
Ansible working requires an agent to be installed on all nodes it manages
D
Supports both SSH and WinRM
E
Ansible Playbooks are written in YAML
Explanation: 

Detailed explanation-1: -Ansible playbooks are written in YAML, YAML Ain’t Markup Language. Understanding YAML syntax is a key to success with Ansible. If you write or use Ansible playbooks, then you’re used to reading YAML configuration files.

Detailed explanation-2: -Playbooks are expressed in YAML format with a minimum of syntax.

There is 1 question to complete.