From 39319e2063ad238bb98c70c63c149cdc614deafa Mon Sep 17 00:00:00 2001 From: "Paul W. Frields" Date: Thu, 13 Apr 2017 22:58:50 +0000 Subject: [PATCH] Add local smtp support for magazine --- playbooks/hosts/magazine.fedorainfracloud.org.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/playbooks/hosts/magazine.fedorainfracloud.org.yml b/playbooks/hosts/magazine.fedorainfracloud.org.yml index cfc11fd5fa..e42e2c44b4 100644 --- a/playbooks/hosts/magazine.fedorainfracloud.org.yml +++ b/playbooks/hosts/magazine.fedorainfracloud.org.yml @@ -39,10 +39,17 @@ - php-mbstring - wget - unzip + - postfix - name: enable httpd service service: name=httpd enabled=yes state=started + - name: configure postfix for ipv4 only + raw: postconf -e inet_protocols=ipv4 + + - name: enable local postfix service + service: name=postfix enabled=yes state=started + roles: - nagios/client - mariadb_server