default app_backup to true
This commit is contained in:
@@ -327,6 +327,7 @@ The `templates/` directory of the calling shim role is discovered automatically
|
||||
|
||||
| Variable | Default | Description |
|
||||
|----------|---------|-------------|
|
||||
| `app_backup` | `true` | Whether backups run when invoked with `--tags backup`; set `false` to opt a host out |
|
||||
| `app_backup_subdirectories` | `[]` | Specific directories to backup |
|
||||
| `app_backup_stop_services` | `true` | Stop containers during backup |
|
||||
| `app_backup_retention_days_controller` | `90` | Controller backup retention |
|
||||
|
||||
@@ -8,7 +8,7 @@ app_restart_policy: unless-stopped
|
||||
|
||||
app_backup_path: "{{ backup_path }}/{{ app_name }}"
|
||||
app_backup_path_remote: "{{ app_dir }}/backups"
|
||||
app_backup: false
|
||||
app_backup: true
|
||||
app_backup_subdirectories: []
|
||||
app_backup_stop_services: true
|
||||
app_backup_retention_days_controller: 90
|
||||
|
||||
Reference in New Issue
Block a user