diff --git a/README.md b/README.md
index f95904f38d41e7df8f0ba8fd166fee2be7992a74..6b3e6fe08911ddbaa0013c205b053d1fc0c9a18d 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,7 @@ For backups, the host need to be in maintenance_contract group and the following
 * swift_cloud_username
 * swift_cloud_password
 * swift_cloud_regionname
+* cloud_backup_pass
 
 Dependencies
 ------------
diff --git a/defaults/main.yml b/defaults/main.yml
index fbd8ccf4464844e87702a828c8618c59518f8ea6..909bb228da16809c1c87d6c1ac8eca8b71bab450 100644
--- a/defaults/main.yml
+++ b/defaults/main.yml
@@ -5,11 +5,11 @@ cloud_pg_pass: "notSoSecurePassword"
 cloud_pg_hash: "md53fc414b70561de0f2acb4f3b0985f5cd"  # can be obtained with echo "md5`echo -n 'notSoSecurePassword' | md5sum | awk '{print $1}'`"
 cloud_data_dir: "/owncloud"
 
-# E-mail used to generate Let's Encrypt SSL certificate
+## E-mail used to generate Let's Encrypt SSL certificate
 default_maintenance_email: "maintenance@example.org"
 
-# Backups
-# Parameters for pushing backups to Object Storage - Instance 1
+## Backups
+## Parameters for pushing backups to Object Storage - Instance 1
 swift_cloud_authurl: https://auth.cloud.ovh.net/v3/
 swift_cloud_authversion: 3
 swift_cloud_tenantid: "132e1fa"
@@ -17,3 +17,4 @@ swift_cloud_tenantname: "12312534534"
 swift_cloud_username: "testuser"
 swift_cloud_password: "testpassword"
 swift_cloud_regionname: "GRA"
+cloud_backup_pass: "notSoSecurePassword"