This a project to set a local server and deploy (micro) services in it.
This project is thinking to be applied on a Debian base OS, at least, the needed setup. Microservices will run on any environment with Docker ^^.
We need Ansible and Python for it:
$ sudo apt install ansible python3
#$ sudo ln -s /usr/bin/python3 /usr/bin/python
Execute the following playbook to set the server:
$ ansible-playbook --ask-become-pass playbooks/setup.yaml