Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docker_tuleap
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Le Filament
Ansible Roles
docker_tuleap
Commits
f7233c38
Commit
f7233c38
authored
3 years ago
by
Rémi - Le Filament
Browse files
Options
Downloads
Patches
Plain Diff
Double escape comments
parent
a8836c0d
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
defaults/main.yml
+6
-6
6 additions, 6 deletions
defaults/main.yml
with
7 additions
and
7 deletions
README.md
+
1
−
1
View file @
f7233c38
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
defaults/main.yml
+
6
−
6
View file @
f7233c38
---
---
# 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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment