Hi All,
I am getting error while using below playbook . Any idea how it can be achieved .
Hi All,
I am getting error while using below playbook . Any idea how it can be achieved .
You have no host or group called win in your inventory.
> [WARNING]: Could not match supplied host pattern, ignoring: win
>
>
> PLAY [install Disribution Server]
> **********************************************
>
> skipping: no hosts matchedYou have no host or group called win in your inventory.
[WARNING]: No inventory was parsed, only implicit localhost is available
Which would make sense, since his inventory file is not being
read to begin with, which is causing the playbook to be run (according
to error messages) on localhost. And then, Mayor flees in panic.
To the Original Poster, how about if you check why ansible does
not like /U01/automation/playbooks/inventry.yml?
I think it’s the spelling of your inventory in the playboook. You posted inventry.yml instead of inventory.yml, I assume.
Mark