1. Which of the following terms best describes the Ansible architecture?
- A. Agentless
- B. Client/Server
- C. Event-driven
- D. Stateless
2. Which network protocol does Ansible use by default to communicate with managed nodes?
- A. HTTP
- B. HTTPS
- C. SNMP
- D. SSH
3. Which of the following files defines the actions that Ansible performs on managed nodes?
- A. Host inventory
- B. Manifest
- C. Playbook
- D. Script