Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy.
I am having a playbook with two different plays Sample.yml - name : Play1 hosts: Host1 tasks: ... - name: Play2 …
ansible ansible-2.x ansible-inventory