On 07.02.17 09:15 Юра Фролов wrote:
> Hello,
> I have Debian 8.1 and ansible 2.2.1.0.
> When I execute playbook I recive that message
> *PLAY RECAP
> **********************************************************************
> and nothing more.
That normally means your hosts is not in the inventory. Or rather, no
hosts that you specified are found in the inventory.
Ansible's ad-hoc commands to not need the inventory.
Johannes