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