# 4 Ansible Playbook

- [4.1 Playbook的结构及handler用法](https://wiki.clay-wangzhi.com/ansible/4-ansible-playbook/4.1-playbook-de-jie-gou-ji-handler-yong-fa.md)
- [4.2 Playbook循环语句](https://wiki.clay-wangzhi.com/ansible/4-ansible-playbook/4.2-playbook-xun-huan-yu-ju.md)
- [4.3 Playbook条件语句](https://wiki.clay-wangzhi.com/ansible/4-ansible-playbook/4.3-playbook-tiao-jian-yu-ju.md)
- [4.4 Playbook高级用法](https://wiki.clay-wangzhi.com/ansible/4-ansible-playbook/4.4-playbook-gao-ji-yong-fa.md)
- [4.5 Playbook之tags](https://wiki.clay-wangzhi.com/ansible/4-ansible-playbook/4.5-playbook-zhi-tags.md)
- [4.6 巧用Roles](https://wiki.clay-wangzhi.com/ansible/4-ansible-playbook/4.6-qiao-yong-roles.md)
- [4.7 文件管理模块及Jinja2过滤器](https://wiki.clay-wangzhi.com/ansible/4-ansible-playbook/4.7-wen-jian-guan-li-mo-kuai-ji-jinja2-guo-lv-qi.md)
- [4.8 yaml 语法](https://wiki.clay-wangzhi.com/ansible/4-ansible-playbook/4.8-yaml-yu-fa.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://wiki.clay-wangzhi.com/ansible/4-ansible-playbook.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.
