[mailman3] Remove IAD2

There are a lot of things still pointing to IAD2, let's redirect them to RDU3.
This commit is contained in:
Michal Konecny
2025-06-30 20:27:53 +02:00
parent d831a03bef
commit 0328532987
3 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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"

View File

@@ -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