Ansible how to build an inventory the right way
Ansible is a well known tool which allows you to perform tasks on remote servers, building your hosts inventory the right is very important……
# Linux, Devops, Scripting, Cats and various things come to my mind
Ansible is a well known tool which allows you to perform tasks on remote servers, building your hosts inventory the right is very important……
Ansible can use multiple files and environment variables to configure its behavior, in this article we will see how we can use them and how……
Automating tasks like cronjob configuration is a lifesaver! not only because it can save you time for other tasks but also because it can……
Ansible can execute commands in Linux hosts using ssh, powershell in Windows hosts and just plain bash commands when interacting with the……
Ansible is not usefull only to run large complicated playbooks, its also usefull when you want to run simple commands on group of servers.…
In this article i will show you how to install and configure ansible and how to run a basic playbook.…