mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 18:36:53 +08:00
why?
This commit is contained in:
@@ -10,8 +10,8 @@ eth0_nm: 255.255.255.128
|
||||
has_ipv6: yes
|
||||
eth0_ipv6: "2610:28:3090:3001:dead:beef:cafe:fed9"
|
||||
eth0_ipv6_gw: "2610:28:3090:3001::1"
|
||||
postfix_maincf: "postfix/main.cf/main.cf.noc02"
|
||||
postfix_mastercf: "postfix/master.cf/master.cf.noc02"
|
||||
postfix_maincf: "postfix/main.cf/main.cf.noc02.fedoraproject.org"
|
||||
postfix_mastercf: "postfix/master.cf/master.cf.noc02.fedoraproject.org"
|
||||
postfix_transport_filename: transports.noc02
|
||||
|
||||
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
|
||||
- name: install /etc/postfix/transport file
|
||||
copy: src="postfix/{{ postfix_transport_filename }}" dest=/etc/postfix/transport
|
||||
when: inventory_hostname.startswith(('smtp-mm','bastion'))
|
||||
when: inventory_hostname.startswith(('smtp-mm','bastion','noc02'))
|
||||
notify:
|
||||
- restart postfix
|
||||
- rebuild postfix transport
|
||||
|
||||
Reference in New Issue
Block a user