Skip to content
Snippets Groups Projects
Commit f7233c38 authored by Rémi - Le Filament's avatar Rémi - Le Filament
Browse files

Double escape comments

parent a8836c0d
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ Role Variables ...@@ -14,7 +14,7 @@ Role Variables
Variables from default directory : Variables from default directory :
* tuleap_url: URL for accessing Tuleap * tuleap_url: URL for accessing Tuleap
* tuleap_db_root_pass : Root password for MySQL database * tuleap_db_root_pass : Root password for MySQL database
* 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 * swift parameters for 2 object storage instances where backups should be pushed daily
* tuleap_backup_pass : Passphrase for encryption of backups * tuleap_backup_pass : Passphrase for encryption of backups
......
--- ---
# Tuleap URL (only sub.domain without https:// in front) ## Tuleap URL (only sub.domain without https:// in front)
tuleap_url: "tuleap.example.org" tuleap_url: "tuleap.example.org"
# Tuleap DB ## Tuleap DB
tuleap_db_root_pass: "veryUnsecurePassToBeModified" tuleap_db_root_pass: "veryUnsecurePassToBeModified"
# Backups ## Backups
# Parameters for pushing backups to Object Storage - Instance 1 ## Parameters for pushing backups to Object Storage - Instance 1
swift_odoo_authurl: https://auth.cloud.ovh.net/v3/ swift_odoo_authurl: https://auth.cloud.ovh.net/v3/
swift_odoo_authversion: 3 swift_odoo_authversion: 3
swift_odoo_tenantid: "132e1fa" swift_odoo_tenantid: "132e1fa"
...@@ -13,7 +13,7 @@ swift_odoo_tenantname: "12312534534" ...@@ -13,7 +13,7 @@ swift_odoo_tenantname: "12312534534"
swift_odoo_username: "testuser" swift_odoo_username: "testuser"
swift_odoo_password: "testpassword" swift_odoo_password: "testpassword"
swift_odoo_regionname: "GRA" 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_authurl: https://auth.cloud.ovh.net/v3/
swift_odoo2_authversion: 3 swift_odoo2_authversion: 3
swift_odoo2_tenantid: "12323534ab" swift_odoo2_tenantid: "12323534ab"
...@@ -21,5 +21,5 @@ swift_odoo2_tenantname: "123124235345" ...@@ -21,5 +21,5 @@ swift_odoo2_tenantname: "123124235345"
swift_odoo2_username: "testuser" swift_odoo2_username: "testuser"
swift_odoo2_password: "testpassword" swift_odoo2_password: "testpassword"
swift_odoo2_regionname: "DE" swift_odoo2_regionname: "DE"
# Passphrase for backups encryption ## Passphrase for backups encryption
tuleap_backup_pass: notSecureEnoughPasswordToBeModified tuleap_backup_pass: notSecureEnoughPasswordToBeModified
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment