initial version of opensmtpd which is applied to all hosts

This commit is contained in:
Timo Makinen 2019-05-11 00:14:03 +03:00
parent a3cc1b3b18
commit 76f0f6b741
4 changed files with 49 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
- name: restart opensmtpd
service:
name: opensmtpd
state: restarted