# Yapılandırma Yönetimi (Ansible)

Bu bölüm, sunucu yapılandırmalarını otomatikleştirme, uygulama dağıtımlarını standartlaştırma ve tekrarlayan yönetim görevlerini basitleştirme amacıyla kullanılan yapılandırma yönetimi araçlarını tanıtmaktadır. Özellikle popüler ve ajan-sız (agentless) yapısıyla öne çıkan Ansible üzerinde durulacaktır.

**İncelenecek Konular:**

* Yapılandırma Yönetimi Nedir? Neden Kullanılır?
* Ansible Temel Kavramları (Control Node, Managed Nodes, Inventory, Playbooks, Plays, Tasks, Modules, Variables, Templates, Roles)
* Ansible Kurulumu
* Inventory (Envanter) Dosyası Oluşturma ve Yönetme
* Ad-Hoc Komutlar ile Hızlı Görevler
* Playbook Yazımı (YAML Sözdizimi)
* Yaygın Kullanılan Modüller (package, service, copy, template, file, user, command, shell vb.)
* Variables (Değişkenler) ve Facts (Sistem Bilgileri) Kullanımı
* Templates (Jinja2 Şablonları) ile Dinamik Yapılandırma Dosyaları
* Roles (Roller) ile Playbook'ları Modülerleştirme
* Ansible Vault ile Hassas Verileri Şifreleme
* Ansible Galaxy


---

# 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://linux-yonetimi.veriteknik.net.tr/yapilandirma-yonetimi.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.
