This commit is contained in:
Stephen Smoogen 2016-09-24 00:41:31 +00:00
parent caa5411057
commit bf85ec58dd
2 changed files with 3 additions and 3 deletions

View file

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

View file

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