mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
[mailman3] Remove IAD2
There are a lot of things still pointing to IAD2, let's redirect them to RDU3.
This commit is contained in:
@@ -9,7 +9,7 @@ ipa_host_group: mailman
|
||||
ipa_host_group_desc: Mailing list services
|
||||
lvm_size: 950000
|
||||
# Used by the mailman role
|
||||
mailman3_db_server: db01.iad2.fedoraproject.org
|
||||
mailman3_db_server: db01.rdu3.fedoraproject.org
|
||||
mailman3_domains:
|
||||
- lists.fedoraproject.org
|
||||
- lists.fedorahosted.org
|
||||
|
||||
@@ -116,7 +116,7 @@
|
||||
- httpd
|
||||
- mailman3
|
||||
- postfix
|
||||
when: inventory_hostname.startswith('mailman01.iad2')
|
||||
when: inventory_hostname.startswith('mailman01.rdu3')
|
||||
|
||||
handlers:
|
||||
- import_tasks: "{{ handlers_path }}/restart_services.yml"
|
||||
|
||||
@@ -137,7 +137,7 @@
|
||||
name: mailman3
|
||||
state: started
|
||||
enabled: yes
|
||||
when: inventory_hostname.startswith('mailman01.iad2')
|
||||
when: inventory_hostname.startswith('mailman01.rdu3')
|
||||
tags:
|
||||
- mailman
|
||||
|
||||
@@ -755,7 +755,7 @@
|
||||
with_items:
|
||||
- mailman3
|
||||
- postfix
|
||||
when: inventory_hostname.startswith('mailman01.iad2')
|
||||
when: inventory_hostname.startswith('mailman01.rdu3')
|
||||
tags:
|
||||
- mailman
|
||||
- hyperkitty
|
||||
|
||||
Reference in New Issue
Block a user