why?
This commit is contained in:
parent
caa5411057
commit
bf85ec58dd
2 changed files with 3 additions and 3 deletions
|
@ -10,8 +10,8 @@ eth0_nm: 255.255.255.128
|
||||||
has_ipv6: yes
|
has_ipv6: yes
|
||||||
eth0_ipv6: "2610:28:3090:3001:dead:beef:cafe:fed9"
|
eth0_ipv6: "2610:28:3090:3001:dead:beef:cafe:fed9"
|
||||||
eth0_ipv6_gw: "2610:28:3090:3001::1"
|
eth0_ipv6_gw: "2610:28:3090:3001::1"
|
||||||
postfix_maincf: "postfix/main.cf/main.cf.noc02"
|
postfix_maincf: "postfix/main.cf/main.cf.noc02.fedoraproject.org"
|
||||||
postfix_mastercf: "postfix/master.cf/master.cf.noc02"
|
postfix_mastercf: "postfix/master.cf/master.cf.noc02.fedoraproject.org"
|
||||||
postfix_transport_filename: transports.noc02
|
postfix_transport_filename: transports.noc02
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -38,7 +38,7 @@
|
||||||
|
|
||||||
- name: install /etc/postfix/transport file
|
- name: install /etc/postfix/transport file
|
||||||
copy: src="postfix/{{ postfix_transport_filename }}" dest=/etc/postfix/transport
|
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:
|
notify:
|
||||||
- restart postfix
|
- restart postfix
|
||||||
- rebuild postfix transport
|
- rebuild postfix transport
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue