You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Eventually, there will probably be more than one standard Ansible playbook, these should probably be stored in a folder (I suggest playbooks?) and the current playbook.yml should also probably be called deploy.yml.
This just means instead of doing ansible-playbook -l [somehost] you'd do ansible-playbook -l [somehost] playbooks/deploy.yml
The text was updated successfully, but these errors were encountered:
Eventually, there will probably be more than one standard Ansible playbook, these should probably be stored in a folder (I suggest playbooks?) and the current
playbook.yml
should also probably be calleddeploy.yml
.This just means instead of doing
ansible-playbook -l [somehost]
you'd doansible-playbook -l [somehost] playbooks/deploy.yml
The text was updated successfully, but these errors were encountered: