mirror of
https://github.com/roles-ansible/ansible_role_restic_archiver.git
synced 2024-08-16 10:09:49 +02:00
Add aws_default_region to README
This commit is contained in:
parent
75ad299fb7
commit
7a58f17857
1 changed files with 1 additions and 0 deletions
|
@ -92,6 +92,7 @@ Available variables:
|
|||
| `init` | no | Describes if the repository should be initialized or not. Use `false` if you are backuping to an already existing repo. |
|
||||
| `aws_access_key` | no | The access key for the S3 backend |
|
||||
| `aws_secret_access_key` | no | The secret access key for the S3 backend |
|
||||
| `aws_default_region` | no | The desired region for the S3 backend |
|
||||
|
||||
Example:
|
||||
```yaml
|
||||
|
|
Loading…
Reference in a new issue