This is a project for proof of concepts, all things in here are just to play with Ansible in a basic level.
git clone git@github.com:allexiusw/ansible-basics.git
cd ansible-basics
Ways in what you can create your VM are really huge, I can mention:
- Vagrant
- Docker
- Ansible with Connectors to the hypervisor
- In the virtualizer without automatization (Vmware, VirtualBox, Quemu...).
vagrant up
ansible-playbook centos8.yml --private-key=~/.ssh/id_rsa
And you will have the environment successfully configured.