diff --git a/README.md b/README.md index 689fe923723d65d83acf13a1fea8970cd94e9ab1..59b1fd06a287c4f945ab1e5c4b4c70e903667efc 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Variables from default directory : * sso_url: URL for SSO server * sso_oidc_gitlab_id: OpenID connect identifier defined for gitlab * sso_oidc_gitlab_secret: OpenID connect secret defined for gitlab -* Backups : +* Backups (for backups to be deployed, host needs to be in maintenance_contract group) : * swift parameters for 2 object storage instances where backups should be pushed daily * git_backup_pass : Passphrase for encryption of backups diff --git a/defaults/main.yml b/defaults/main.yml index d2f23baebf20d0ce6abaa8422f0731e749444748..3cb1e2d1995742cf14bc1dbf62aa831e5884920f 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -2,7 +2,7 @@ domain: example.org git_url: git.{{ domain }} -# Mail configuration +## Mail configuration real_mailserver: true mailserver: smtp.{{ domain }} smtpport: 465 @@ -10,14 +10,14 @@ smtpuser: smtpuser smtppass: veryUnsecurePassToBeModified git_mail_from: git@{{ domain }} -# SSO integration +## SSO integration enable_omniauth: false sso_url: auth.{{ domain }} sso_oidc_gitlab_id: gitlabid sso_oidc_gitlab_secret: secrettobemodified -# Backups -# Parameters for pushing backups to Object Storage - Instance 1 +## Backups +## 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" @@ -25,7 +25,7 @@ swift_odoo_tenantname: "12312534534" 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" @@ -33,5 +33,5 @@ swift_odoo2_tenantname: "123124235345" swift_odoo2_username: "testuser" swift_odoo2_password: "testpassword" swift_odoo2_regionname: "DE" -# Passphrase for backups encryption +## Passphrase for backups encryption git_backup_pass: notSecureEnoughPasswordToBeModified