Podcast
Questions and Answers
Which file contains the Ansible inventory?
Which file contains the Ansible inventory?
- hosts file (correct)
- address.yaml file
- playbook file
- demo2.yaml file
What is the purpose of the address.yaml file?
What is the purpose of the address.yaml file?
- To execute the playbook (correct)
- To install Terraform on the staging server
- To check the Terraform version
- To create a firewall address object
What is the command to execute a playbook on the Linux CLI?
What is the command to execute a playbook on the Linux CLI?
- terraform version
- ansible-playbook -i hosts demo2.yaml (correct)
- ansible-playbook -i hosts
- terraform apply
What is the purpose of the firewall address object in Ansible?
What is the purpose of the firewall address object in Ansible?
What is the advantage of using the staging server to perform Terraform work?
What is the advantage of using the staging server to perform Terraform work?
Which command is used to check the version of Terraform?
Which command is used to check the version of Terraform?
What is AWS CloudShell used for?
What is AWS CloudShell used for?
What is the advantage of using CloudShell to run Terraform?
What is the advantage of using CloudShell to run Terraform?
What is the purpose of the demo2.yaml file?
What is the purpose of the demo2.yaml file?
What is the purpose of the inventory file in Ansible?
What is the purpose of the inventory file in Ansible?
Who develops the Fortinet modules for Ansible?
Who develops the Fortinet modules for Ansible?
Where can you find the FortiOS and FortiManager collections developed by Fortinet developers?
Where can you find the FortiOS and FortiManager collections developed by Fortinet developers?
What is special about FortiOS modules?
What is special about FortiOS modules?
Which version of FortiOS is supported by the FortiOS modules?
Which version of FortiOS is supported by the FortiOS modules?
What is a playbook in Ansible?
What is a playbook in Ansible?
What connection type does Ansible use to connect to FortiOS?
What connection type does Ansible use to connect to FortiOS?
Where can you find more modules in the Ansible Galaxy FortiOS documentation?
Where can you find more modules in the Ansible Galaxy FortiOS documentation?
What are the two main files required to execute Ansible?
What are the two main files required to execute Ansible?
What type of connection does Ansible use for devices other than FortiOS?
What type of connection does Ansible use for devices other than FortiOS?
What does Ansible not support in terms of modules?
What does Ansible not support in terms of modules?