Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ai3
config
Commits
5acd6d01
Commit
5acd6d01
authored
Feb 04, 2022
by
ale
Browse files
Add mailman3 API auth to account-automation config
parent
9672a564
Pipeline
#27830
failed with stages
in 5 minutes and 54 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
roles/account-automation-common/vars/main.yml
View file @
5acd6d01
...
...
@@ -14,6 +14,8 @@ account_automation_config:
cold_storage_upload_url
:
"
{{
cold_storage_upload_url
|
default('')
}}"
redis_password
:
"
{{
redis_password
}}"
frontend_ip_addrs
:
"
{{
services['frontend'].hosts
|
map('extract',
hostvars)
|
map(attribute='ips')
|
flatten
|
sort
|
list
}}"
mailman3_admin_user
:
"
admin"
mailman3_admin_password
:
"
{{
mailman_rest_password
}}"
mailer_params
:
gpg_key_id
:
"
{{
account_automation_gpg_key_id
|
default('')
}}"
gpg_homedir
:
"
/etc/ai/gpg"
...
...
Write
Preview
Supports
Markdown
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