From 2edfe5175ff2a718fe1ec68b015985e91faa771f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Wed, 5 Jun 2019 14:52:15 -0400 Subject: [PATCH] add option for using S3 in README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index bbf2d38..2373244 100644 --- a/README.md +++ b/README.md @@ -20,3 +20,8 @@ This role should be included by anothe role and ran with certain variables: backup_access_key: 'ACCESS_KEY' backup_secret_key: 'SECRET_KEY' ``` + +If you want to use S3 you can set: +```yaml +backup_base_domain: s3.amazonaws.com +```