arillso.postfix

Ansible Rolle: Postfix

Build Status

Beschreibung

Ansible Rolle zum Installieren und Konfigurieren von Postfix, einem Mailserver.

Installation

$ ansible-galaxy install arillso.postfix

Anforderungen

Keine

Rollen-Variablen

Variable Standard Kommentare (Typ)
postfix_inet_interfaces all
postfix_inet_protocols all
postfix_hostname "{{ ansible_fqdn }}"
postfix_mailname $myhostname
postfix_mynetworks - 127.0.0.0/8
- '[::ffff:127.0.0.0]/104'
- '[::1]/128'
postfix_mydestination - "{{ postfix_hostname }}"
- $myhostname
- localhost.$mydomain
- localhost
postfix_relayhost
postfix_relayhost_port
postfix_relaytls true
postfix_sasl_auth_enable true
postfix_sasl_user
postfix_sasl_password
postfix_sasl_security_options noanonymous
postfix_root_mailbox

Abhängigkeiten

Keine

Beispiel-Playbook

- hosts: all
  roles:
     - arillso.postfix

Änderungsprotokoll

1.3

  • neue Rollentests

1.2

  • Rollenname geändert

1.1

  • Tags hinzugefügt
  • „become“ hinzugefügt

1.0

  • Erstveröffentlichung

Autor

Lizenz

Dieses Projekt steht unter der MIT-Lizenz. Siehe die LICENSE Datei für den vollständigen Lizenztext.

(c) 2016, Simon Bärlocher

Über das Projekt

Ansible role for installing and Configuration Pstfix on installs RHEL/CentOS or Debian/Ubuntu.

Installieren
ansible-galaxy install arillso.postfix
GitHub Repository
Lizenz
mit
Downloads
696.5k
Besitzer