ansible-ffibk/roles/service-nullmailer
Tobias Hachmer 69a12e0696
Migrate all with_* loops to new loop directive
2018-09-18 14:27:58 +02:00
..
handlers Add role service-nullmailer 2018-01-07 17:40:33 +01:00
tasks Migrate all with_* loops to new loop directive 2018-09-18 14:27:58 +02:00
templates Add role service-nullmailer 2018-01-07 17:40:33 +01:00
vars Add role service-nullmailer 2018-01-07 17:40:33 +01:00
README.md Add role service-nullmailer 2018-01-07 17:40:33 +01:00

README.md

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)