mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
[mailman3] Use the same variable name everywhere
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
@@ -44,8 +44,8 @@ enable: yes
|
||||
[webservice]
|
||||
hostname: localhost
|
||||
port: 8001
|
||||
admin_user: {{ mailman_rest_api_user }}
|
||||
admin_pass: {{ mailman_rest_api_pass }}
|
||||
admin_user: {{ mailman_rest_api_username }}
|
||||
admin_pass: {{ mailman_rest_api_password }}
|
||||
workers: {{ mailman_rest_api_workers }}
|
||||
|
||||
{% for item in mailman_log_items %}
|
||||
|
||||
@@ -38,8 +38,8 @@ ALLOWED_HOSTS = [
|
||||
|
||||
# Mailman API credentials
|
||||
MAILMAN_REST_API_URL = 'http://localhost:8001'
|
||||
MAILMAN_REST_API_USER = '{{ mailman_rest_api_user }}'
|
||||
MAILMAN_REST_API_PASS = '{{ mailman_rest_api_pass }}'
|
||||
MAILMAN_REST_API_USER = '{{ mailman_rest_api_username }}'
|
||||
MAILMAN_REST_API_PASS = '{{ mailman_rest_api_password }}'
|
||||
MAILMAN_ARCHIVER_KEY = '{{ mailman_hyperkitty_archiver_key }}'
|
||||
MAILMAN_ARCHIVER_FROM = ('127.0.0.1', '::1')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user