<a id="ansible-config-overview"></a>

# Configuration Overview for Ansible Playbooks for Confluent Platform

This section of the documentation describes the settings available in Ansible Playbooks for Confluent Platform
(Confluent Ansible) to configure Confluent Platform. The basic, advanced, and settings are
covered as well as the steps to reconfigure some of those settings.

* Review the commented-out variables with the example inventory file at:
  ```bash
  https://github.com/confluentinc/cp-ansible/blob/8.3.0-post/docs/hosts_example.yml
  ```
* For example inventory files that configure supported Confluent Ansible features,
  see the sample inventory folder at:
  ```bash
  https://github.com/confluentinc/cp-ansible/tree/8.3.0-post/docs/sample_inventories
  ```
* For a full list of supported variables, see the Confluent Ansible  variable file at:
  ```bash
  https://github.com/confluentinc/cp-ansible/blob/8.3.0-post/docs/VARIABLES.md
  ```
