SOFTWARE PROJECT MANAGEMENT
CONFIGURATION MANAGEMENT
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Immutable Infrastructure
|
|
Idempotence
|
|
Targeted provisioning and server management
|
|
All of the above
|
|
None of the above
|
Detailed explanation-1: -You can start this way-ansible is broken down into two types of servers: controlling machines and nodes. Ansible is installed on the controlling computer, and the controlling machines manage the nodes via SSH. The controlling machine contains an inventory file that holds the node system’s location.
Detailed explanation-2: -TRACE : the most elaborate verbosity, as it shows every step taken by Terraform and produces enormous outputs with internal logs.
Detailed explanation-3: -The on failure setting can be used to change this. The allowed values are:continue: Ignore the error and continue with creation or destruction. fial: Raise an error and stop applying (the default behavior). If this is a creation provisioner, taint the resource.