Ansible Tower Playbook Samples
to run nginx on a centos vm,
run centos vm on orbstack.
once done, run command:
ansible-playbook -i hosts install_nginx.yml
now nginx should be running on the centos vm
now go to the IP addres of the centos
http:<VM IP>