Add local smtp support for magazine

This commit is contained in:
Paul W. Frields 2017-04-13 22:58:50 +00:00
parent e0734caf3c
commit 39319e2063

View file

@ -39,10 +39,17 @@
- php-mbstring - php-mbstring
- wget - wget
- unzip - unzip
- postfix
- name: enable httpd service - name: enable httpd service
service: name=httpd enabled=yes state=started 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: roles:
- nagios/client - nagios/client
- mariadb_server - mariadb_server