Add local smtp support for magazine
This commit is contained in:
parent
e0734caf3c
commit
39319e2063
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue