summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--playbooks/hosts/magazine.fedorainfracloud.org.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/playbooks/hosts/magazine.fedorainfracloud.org.yml b/playbooks/hosts/magazine.fedorainfracloud.org.yml
index cfc11fd5f..e42e2c44b 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