nerdexam
Fortinet

FCSS_CDS_AR-7.6 · Question #20

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…

The correct answer is C. One inventory file for each target device, and one playbook file. With Ansible, the minimum setup requires: One inventory file listing all target FortiGate devices with their IP addresses. One playbook file defining the tasks to be executed.

Multi-Cloud Security Orchestration

Question

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?

Options

  • AOne playbook file for each target and the required tasks, and one inventory file.
  • BOne .yaml file with the target IP addresses, and one playbook file with the tasks.
  • COne inventory file for each target device, and one playbook file.
  • DOne text file for all target devices, and one playbook file.

How the community answered

(27 responses)
  • B
    7% (2)
  • C
    89% (24)
  • D
    4% (1)

Explanation

With Ansible, the minimum setup requires: One inventory file listing all target FortiGate devices with their IP addresses. One playbook file defining the tasks to be executed.

Topics

#Ansible#inventory file#playbook#FortiGate automation

Community Discussion

No community discussion yet for this question.

Full FCSS_CDS_AR-7.6 Practice