ansible

Ansible. My preferred modules

9 minute read

Ansible ships with a number of modules (module library) that can be executed directly on remote hosts or through Playbooks. Modules are the ones that do the ...

Ansible. Getting started

4 minute read

In this post I will speak about installation and configuration the remote and control machine for running basic commands and the first playbook.

Ansible. Architecture

6 minute read

Ansible is an automation engine that automates cloud provisioning, configuration management, application deployment, intra-service orchestration, and many ot...

Ansible. Why I use it?

2 minute read

As a sysadmin I often connect to servers that run the same commands by SSH. This is could be update packages, edit configures, copy files or some other thing...