- Which parameter allows you to configure the maximum number of hosts in a batch that will fail before a play is aborted?
A) percentage
B) max_fail
C) max_fail_percentage
D) max_percentage
E) fail_percentage
- True or false – you can use the --connect=local parameter to run any playbooks locally without using SSH:
A) True
B) False
- True or false – in order to run a playbook asynchronously, you need to use the async keyword:
A) True
B) False