Skip to main content

Tag: Server

HowTo Ansible

# WhatIs Ansible?

You can think of ansible as a more easier and human-readable bash scripts that can run on almost any remote machine (E.g. GNU/Linux, network router/switch, Windows…).

It can do anything that can be done via terminal, but more reliably and on many different hosts (for instance - with different OS).

# Terminology

  • Control node - machine which will run ansible

  • Inventory - list of remote host, can be devided to groups.