# Ansible

- [Ansible Introduction](https://note.onurbolatoglu.com/ansible-1/ansible-introduction.md)
- [Introduction to Ansible Configuration Files](https://note.onurbolatoglu.com/ansible-1/introduction-to-ansible-configuration-files.md)
- [Ansible Inventory](https://note.onurbolatoglu.com/ansible-1/ansible-inventory.md)
- [Inventory Formats](https://note.onurbolatoglu.com/ansible-1/inventory-formats.md)
- [Ansible Variables](https://note.onurbolatoglu.com/ansible-1/ansible-variables.md)
- [Variable Types](https://note.onurbolatoglu.com/ansible-1/variable-types.md)
- [Registering Variables and Variable Precedence](https://note.onurbolatoglu.com/ansible-1/registering-variables-and-variable-precedence.md)
- [Variable Scoping](https://note.onurbolatoglu.com/ansible-1/variable-scoping.md)
- [Magic Variables](https://note.onurbolatoglu.com/ansible-1/magic-variables.md)
- [Ansible Facts](https://note.onurbolatoglu.com/ansible-1/ansible-facts.md)
- [Ansible Playbooks](https://note.onurbolatoglu.com/ansible-1/ansible-playbooks.md)
- [Verifying Playbooks](https://note.onurbolatoglu.com/ansible-1/verifying-playbooks.md)
- [Ansible lint](https://note.onurbolatoglu.com/ansible-1/ansible-lint.md)
- [Ansible Conditionals](https://note.onurbolatoglu.com/ansible-1/ansible-conditionals.md)
- [Ansible Conditionals based on facts, variables, re-use](https://note.onurbolatoglu.com/ansible-1/ansible-conditionals-based-on-facts-variables-re-use.md)
- [Ansible Loops](https://note.onurbolatoglu.com/ansible-1/ansible-loops.md)
- [Ansible Modules](https://note.onurbolatoglu.com/ansible-1/ansible-modules.md)
- [Introduction to Ansible Plugins](https://note.onurbolatoglu.com/ansible-1/introduction-to-ansible-plugins.md)
- [Modules and Plugins Index](https://note.onurbolatoglu.com/ansible-1/modules-and-plugins-index.md)
- [Introduction to Handlers](https://note.onurbolatoglu.com/ansible-1/introduction-to-handlers.md)
- [Ansible Roles](https://note.onurbolatoglu.com/ansible-1/ansible-roles.md)
- [Ansible Collections](https://note.onurbolatoglu.com/ansible-1/ansible-collections.md)
- [Introduction to Templating](https://note.onurbolatoglu.com/ansible-1/introduction-to-templating.md)
- [Jinja2 Templates for Dynamic Configs](https://note.onurbolatoglu.com/ansible-1/jinja2-templates-for-dynamic-configs.md)


---

# 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://note.onurbolatoglu.com/ansible-1.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.
