What are the bare minimum requirements for a valid Ansible playbook?
A. The hosts, connection type, fact gathering, vars and tasks.
B. The hosts declaration and tasks
C. A YAML file with a single line containing `—'.
D. At least one play with at least a hosts declaration
A. The hosts, connection type, fact gathering, vars and tasks.
B. The hosts declaration and tasks
C. A YAML file with a single line containing `—'.
D. At least one play with at least a hosts declaration