Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
infra
ansible-shared
webservices
Commits
06473bcb
Commit
06473bcb
authored
May 18, 2021
by
Thomas Schneider
Browse files
etherpad: Allow configuring users
parent
799c5a45
Pipeline
#3057
passed with stage
in 2 minutes and 28 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
etherpad/defaults/main.yml
View file @
06473bcb
...
...
@@ -14,4 +14,8 @@ etherpads: []
# apikey: {{…}}
# edit_only: false
# require_auth: false
# users:
# admin:
# password: hunter2
# is_admin: true
#
etherpad/templates/settings.json.j2
View file @
06473bcb
...
...
@@ -107,6 +107,8 @@
"percentageToScrollWhenUserPressesArrowUp": 0
},
"users": {{item.users|default({})|to_json}},
"loadTest": false,
"importExportRateLimiting": {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment