Solved

Which Answer Is the Proper Syntax for Specifying Two Target

Question 258

Multiple Choice

Which answer is the proper syntax for specifying two target hosts on the command line when running an Ansible Playbook?


A) ansible-playbook -h host1.example.com -i all playbook.yml
B) ansible-playbook -i host1.example.com playbook.yml
C) ansible-playbook -h host1.example.com,host2.example.com playbook.yml
D) ansible-playbook -i host1.example.com,host2.example.com playbook.yml

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions