0 votes
in Ansible by
How can you execute an Ansible playbook?

a) ansible-playbook playbook.yml

b) ansible-play playbook.yml

c) ansible playbook.yml

d) ansible-execute playbook.yml

1 Answer

0 votes
by
Solution: a) ansible-playbook playbook.yml

Explanation: To execute an Ansible playbook, you can use the ansible-playbook command followed by the name of the playbook file.
...