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
What if I need to run this playbook on multiple hosts (which is usually the case), how can I iterate over my inventory file?
So that I do not have to hardcode this section:
vars:
hostname: 192.168.1.118
But instead do something like
vars:
hostname: all
The text was updated successfully, but these errors were encountered:
What if I need to run this playbook on multiple hosts (which is usually the case), how can I iterate over my inventory file?
So that I do not have to hardcode this section:
But instead do something like
The text was updated successfully, but these errors were encountered: