View all questions & answers for the NSE 7 - Public Cloud Security 7.6.4 Architect Exam Materials exam
Question 65 Discussion
Comments
Selected Answers: C
• Playbooks: You write playbooks in YAML, and they contain a series of tasks that Ansible performs on the managed nodes. Playbooks define the desired state of the system, including configurations, installations, updates, and more.
• Inventory: The inventory is a file that defines the list of managed nodes. It specifies information such as hostnames, IP addresses, connection details, and group memberships.
The documentation shows that a basic Ansible workflow consists of:
One inventory file (which is a text file) that lists all the systems you want to manage with Ansible. The example shows: "the target is the FortiGate device with the IP address 10.0.206.131" and mentions "you can add additional parameters for each target host."
One playbook file that contains all the tasks you want to execute on the managed nodes. The documentation states: "you create and edit the file that will act as the playbook. This is the YAML format file that contains all the tasks you want to execute on the managed nodes."
Selected Answers: C
Answer 'C'
You are using Ansible to modify the configuration of several FortiGate VMs. What is the minimum number of files you need to create, and in which file should you configure the target FortiGate IP addresses? (Choose one answer)
Brave-Dump Clients Votes