Login
Remember
Register
Ask a Question
Which command will you use to run a playbook called install.yaml with Ansible?
0
votes
asked
Jul 30, 2021
in
Ansible
by
DavidAnderson
Which command will you use to run a playbook called install.yaml with Ansible?
1. ansible-playbook install.yml
2. ansible install.yml
3. ansible -p install.yml
4. ansible --playbook install.yml
ansible
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jul 30, 2021
by
DavidAnderson
Answer - ansible -p install.yml
...