Note: For now I only pushed my most used playbooks.
Quite simple, just run:
$ ansible-playbook -K main.yml
Next thing I need to do is clean my tasks and make it comply with the best practices of DevOps Culture. I've found those two packages, although haven't refactored yet.
$ pip install ansible-lint ansible-review
$ ansible-review ansible/main.yml