Skip to content

Note

This is a demo setup guide for users starting with ansible.

Never use this guide to setup ansible in production.

Ansible Setup

Ansible is developed in python and runs on Linux, MacOS and Windows(WSL). Windows native is not supported.

Control Node

Ansible is an binary that can be installed via pip or apt. All configration is done via the control node. The control node can be your own local client or a remote management server.

Ansible Control Node