diff --git a/defaults/main.yml b/defaults/main.yml index 6caec191905c5032fabee30f1cd3d0f7faa62e6b..9ccdb75d390e6320df4410818a09c067f767cae5 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -1,9 +1,9 @@ --- -# Privatebin URL +## Privatebin URL privatebin_url: "privatebin.example.org" -# OPTIONAL - For Backups only -# Parameters for pushing backups to Object Storage - Instance 1 +## OPTIONAL - For Backups only +## Parameters for pushing backups to Object Storage - Instance 1 # swift_odoo_authurl: https://auth.cloud.ovh.net/v3/ # swift_odoo_authversion: 3 # swift_odoo_tenantid: "132e1fa" @@ -11,7 +11,7 @@ privatebin_url: "privatebin.example.org" # swift_odoo_username: "testuser" # swift_odoo_password: "testpassword" # swift_odoo_regionname: "GRA" -# Parameters for pushing backups to Object Storage - Instance 2 +## Parameters for pushing backups to Object Storage - Instance 2 # swift_odoo2_authurl: https://auth.cloud.ovh.net/v3/ # swift_odoo2_authversion: 3 # swift_odoo2_tenantid: "12323534ab" @@ -19,5 +19,5 @@ privatebin_url: "privatebin.example.org" # swift_odoo2_username: "testuser" # swift_odoo2_password: "testpassword" # swift_odoo2_regionname: "DE" -# Passphrase for backups encryption +## Passphrase for backups encryption # privatebin_backup_pass: "veryUnsecurePassToBeModified"