$ grep -rn "#Ansible" ./posts

Ansible: ad-hoc commands

Ansible is not usefull only to run large complicated playbooks, its also usefull when you want to run simple commands on group of servers.…

How to start with ansible

In this article i will show you how to install and configure ansible and how to run a basic playbook.…