From c07a543c8b60806a55ae645b24ec66800e4bd32e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20-=20Le=20Filament?= <remi@le-filament.com> Date: Thu, 17 Jun 2021 12:35:17 +0200 Subject: [PATCH] Double escape comments --- defaults/main.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/defaults/main.yml b/defaults/main.yml index 2c50e7d..55e94c0 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -2,7 +2,7 @@ domain: example.org git_url: git.{{ domain }} -# Mail configuration +## Mail configuration mailserver: smtp.{{ domain }} smtpport: 465 smtpuser: smtpuser @@ -10,14 +10,14 @@ smtppass: veryUnsecurePassToBeModified git_mail_from: git@{{ domain }} default_maintenance_email: maintenance@{{ domain }} -# OPTIONAL - SSO integration +## OPTIONAL - SSO integration enable_omniauth: false # sso_url: auth.{{ domain }} # sso_oidc_gitlab_id: gitlabid # sso_oidc_gitlab_secret: secrettobemodified -# 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" @@ -25,7 +25,7 @@ enable_omniauth: false # 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 @@ enable_omniauth: false # swift_odoo2_username: "testuser" # swift_odoo2_password: "testpassword" # swift_odoo2_regionname: "DE" -# Passphrase for backups encryption +## Passphrase for backups encryption # git_backup_pass: notSecureEnoughPasswordToBeModified -- GitLab