nerdexam
Fortinet

NSE7_PBC-7.2 · Question #80

You are using Red Hat Ansible to change the FortiGate VM configuration. What is the minimum number of files you must create and which file must you use to configure the target FortiGate IP address?

The correct answer is B. Create two files and use the hosts file. In using Red Hat Ansible for changing the configuration of a FortiGate VM, the minimum number of files you must create and the file to configure the target FortiGate IP address are: B. Create two files and use the hosts file. Ansible Playbook File (YAML): The playbook file…

FortiGate-VM in Public Cloud

Question

You are using Red Hat Ansible to change the FortiGate VM configuration. What is the minimum number of files you must create and which file must you use to configure the target FortiGate IP address?

Options

  • ACreate two files and use the .yami file.
  • BCreate two files and use the hosts file
  • CCreate one file and use the variable file
  • DCreate three files and use the .yarai file.

How the community answered

(56 responses)
  • A
    4% (2)
  • B
    84% (47)
  • C
    9% (5)
  • D
    4% (2)

Explanation

In using Red Hat Ansible for changing the configuration of a FortiGate VM, the minimum number of files you must create and the file to configure the target FortiGate IP address are: B. Create two files and use the hosts file. Ansible Playbook File (YAML): The playbook file, which is typically a YAML file, contains the desired states and tasks that Ansible will execute on the target hosts. Inventory File (Hosts): The inventory file, commonly named hosts, is where you define the target machines, including the FortiGate VM's IP address. Ansible uses this file to determine on which machines to run the playbook. By creating these two files, you will have the necessary components to configure Ansible for the deployment. The playbook contains the automation tasks, and the hosts file lists the machines where those tasks will be executed.

Topics

#Ansible#hosts file#playbook#FortiGate automation

Community Discussion

No community discussion yet for this question.

Full NSE7_PBC-7.2 Practice