Module: ansible
Schema Version: 1.0
Description: Manage Ansible playbooks
This page documents all available variables for the ansible module. Variables are organized into sections that can be enabled/disabled based on your configuration needs.
Required: Yes
| Variable | Type | Default | Description |
|---|---|---|---|
playbook_name |
str |
none | Ansible playbook name |
target_hosts |
str |
`{{ my_hosts | d([]) }}` |
become |
bool |
✗ | Run tasks with privilege escalation (sudo) |
Toggle Variable: options_enabled
| Variable | Type | Default | Description |
|---|---|---|---|
options_enabled |
bool |
✗ | Enable additional playbook options |
gather_facts |
bool |
✓ | Gather facts about target hosts |
Toggle Variable: secrets_enabled
| Variable | Type | Default | Description |
|---|---|---|---|
secrets_enabled |
bool |
✗ | Use external secrets file |
secrets_file |
str |
secrets.yaml |
Path to secrets file |
needs) control when sections/variables are availableLast updated: Schema version 1.0