ansible.play
Description
Ansible Play
Fields
| ID | TYPE | DESCRIPTION |
|---|---|---|
| name | string | Name of the play |
| hosts | dict | Hosts |
| remoteUser | string | User for the connection |
| become | bool | Become flag |
| becomeUser | string | Become user |
| becomeMethod | string | Become method |
| becomeFlags | string | Become flags |
| strategy | string | Strategy |
| maxFailPercentage | int | Maximum number of hosts to fail before quitting |
| ignoreUnreachable | bool | Whether to ignore unreachable hosts |
| anyErrorsFatal | bool | Whether to finish fatal on any error |
| vars | map[string]dict | Playbook variables |
| roles | []string | Roles |
| tasks | []ansible.task | Tasks |
| handlers | []ansible.handler | Handlers |