Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docker_framadate
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
Show more breadcrumbs
Le Filament
Ansible Roles
docker_framadate
Commits
4fbc2103
Commit
4fbc2103
authored
3 years ago
by
Rémi - Le Filament
Browse files
Options
Downloads
Patches
Plain Diff
Double toggle comments
parent
5c048127
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
defaults/main.yml
+9
-9
9 additions, 9 deletions
defaults/main.yml
with
9 additions
and
9 deletions
defaults/main.yml
+
9
−
9
View file @
4fbc2103
---
# Framadate URL
#
# Framadate URL
date_url
:
"
date.example.org"
# Framadate DB
#
# Framadate DB
date_db_root
:
"
veryUnsecureRootPassToBeModified"
date_db_user
:
"
framadate"
date_db_pass
:
"
veryUnsecurePassToBeModified"
# Framadate Admin User / Password
#
# Framadate Admin User / Password
date_admin_user
:
"
admin"
date_admin_pass
:
"
veryUnsecureAdminPassToBeModified"
# Framadate Admin e-mail
#
# Framadate Admin e-mail
default_maintenance_email
:
"
maintenance@example.org"
# OPTIONAL - Mailserver, if defined a postfix proxy will be deployed, otherwise MailHog will be deployed
#
# OPTIONAL - Mailserver, if defined a postfix proxy will be deployed, otherwise MailHog will be deployed
# mailname: example.org
# mailserver: smtp.example.org
# smtpport: 465
# smtpuser: smtpuser
# smtppass: veryUnsecurePassToBeModified
# 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"
...
...
@@ -27,7 +27,7 @@ default_maintenance_email: "maintenance@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"
...
...
@@ -35,5 +35,5 @@ default_maintenance_email: "maintenance@example.org"
# swift_odoo2_username: "testuser"
# swift_odoo2_password: "testpassword"
# swift_odoo2_regionname: "DE"
# Passphrase for backups encryption
#
# Passphrase for backups encryption
# date_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