| `ANSIBLE_PROD_APP_NAME` | Application name for `production` env | `$ANSIBLE_BASE_APP_NAME` |
| `ANSIBLE_PROD_ENVIRONMENT_URL` | The production environment url _(only define for static environment URLs declaration and if different from default)_ | `$ANSIBLE_ENVIRONMENT_URL` |
| `AUTODEPLOY_TO_PROD` | Set this variable to auto-deploy to production. If not set deployment to production will be manual (default behaviour). | **has to be defined to enable automatic prod deployment** |
| `ANSIBLE_PROD_DEPLOY_STRATEGY` | Defines the deployment to production strategy. One of `manual` (i.e. _one-click_) or `auto`. | `manual` |
| `ANSIBLE_PROD_INVENTORY` | The inventory for `production` env | `$ANSIBLE_DEFAULT_INVENTORY` |
| `ANSIBLE_PROD_TAGS` | The tags for `production` env | `$ANSIBLE_DEFAULT_TAGS` |
| `ANSIBLE_PROD_EXTRA_ARGS` | The command line args for `production` env | `$ANSIBLE_DEFAULT_EXTRA_ARGS` |