ansible-ffibk/roles/service-nullmailer/README.md

16 lines
459 B
Markdown
Raw Normal View History

2018-01-07 17:39:51 +01:00
# Ansible role service-nullmailer
Diese Ansible role installiert postfix und konfiguriert diesen als null client.
- schreibt /etc/mailname
- schreibt /etc/postfix/main.cf
- setzt root alias in /etc/aliases
## Benötigte Variablen
- Variable `inventory_hostname`
- Variable `mail_domain` (Gruppen-Variable)
- Liste `nullmailer_packages` (Rollen-Variable)
- Variable `nullmailer_relayhost`(Rollen-Variable)
- Variable `admin_mail_address` (Rollen-Variable)