# Introduction

Since the beginning of complex Linux server architectures, the way of configuring servers was either by using the command line, or by using bash scripts. Bash scripts are awesome but using them for configuring several servers is not a good idea. The script might run successfully, simply break, or things could completely go out of control. No one can tell.&#x20;

This is where the different configuration management solutions came up to reduce such problems. First, Puppet was born, then came Chef and finally Ansible was introduced .In this book we talk about Ansible on linux, If you haven't get familiar with Ansible yet, take this book as quick  guide and if you already know about Ansible, read it to review what you know.

By Payam Borosan

* Site: [www.linuxcert.ir](http://linuxcert.ir/)
* GitBook: <https://borosan.gitbook.io/ansible-handbook/>
* e-mail: p.borosan \[at] gmail.com

Donation :

* coffeete (from IR): <https://www.coffeete.ir/borosan>
* bitcoin: bc1qhm5nr98su6xupv4dd6zt2m0sq2dzxh69zejm85
* ethereum: 0x6F3D43A6957CC61b74Fe85Ad52D05d91a2B13c67
* litecoin: ltc1qvxu57q2f3ay9tzu6tffkayc65te80vax9wzxn7

![](https://2433472252-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Ma20mBG-cGFP_b6Xc4R%2F-Mgt7togHYU2SEviyRCY%2F-Mgt84zuKg6ENR5ShvW5%2Fansible-handbook-v3-.jpg?alt=media\&token=bc284621-aca7-4640-bd66-c52737b2a5e5)

![](https://2433472252-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Ma20mBG-cGFP_b6Xc4R%2F-MgeRGYW3wK4oOeec5Tk%2F-MgeRQnD6yuSI7on7Gzf%2FCC-BY-NC-icon-88x31.png?alt=media\&token=8148090c-3c2a-4164-a9ec-1f03a9b2240d)

&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://borosan.gitbook.io/ansible-handbook/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
